+ 8
Why does this code print only the name, but not the place?
2 odpowiedzi
+ 2
Change line 18 to
Console.WriteLine("Hello, {0} of, {1}",name,place);
See:
https://www.sololearn.com/learn/CSharp/2584/
second page
Remember to enter name and place seperated by cariage return and then submit.
+ 1
İn the input window need to write name, next press 'enter' and write place and after that press to 'confirm' in window box