1-Write a C# programm to take 3 numbers from user and print the first and second number in one line and third number in another line
for example if user enter these numbers 4 and 7 and 2
the output will be: 47
1-Write a C# programm to take 3 numbers from user and print the first and second number in one line and third number in another line
for example if user enter these numbers 4 and 7 and 2
the output will be: 47