Computer Science, asked by manona978, 24 days ago

how to get multiple inputs in one line in c#

Answers

Answered by ItzShiningKhushi
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