how to get multiple inputs in one line in c#
Answers
Answered by
8
Answer:
To take multiple inputs from single line we just need to split the string. So, it depends how your input string looks like. It needs a delimiter character like comma(“,”), or blank space(“ “) between your inputs in single line and then we will split the input.
Explanation:
mark me as brainleast if you find it helpful
Similar questions