centria / basic-csharp

https://centria.github.io/basic-csharp/
MIT License
0 stars 8 forks source link

Tests not working for P4 Q15 #103

Open padjw opened 3 days ago

padjw commented 3 days ago

The test wants the output to be "Name: Name: Name: Name: Name: Name: " etc.

padjw commented 3 days ago

Currently, to pass the test you are required to write Console.Write("Name: ");

I believe this should be changed to Console.WriteLine("Name: " + input); (assuming input is the name of the string for the person's name)