Nikhil-2002 / Programming_Hactoberfest23

10 stars 75 forks source link

Take input in String form and convert to array format for operation #98

Open ishita3513 opened 10 months ago

ishita3513 commented 10 months ago

You have to take input of an array of integers, but you will not be provided the number of input(n) you can put. But directly the input array. This issue can be faced in many coding contests and candidates can panic about how to take input. So, the solution to this problem can help many people.

ishita3513 commented 10 months ago

@Nikhil-2002 please assign this issue to me. I genuinely feel this issue might be faced by many people during many coding contests and Online assessments. So, I want to contribute my solution to this issue.