+ 1
Keep saying error why
using System; public class Program { static void Main(string[] args) { string country = Console.ReadLine(); string capital = Console.ReadLine(); //your code goes here Console.WriteLine(
quot;Country:{country}, Capital: {capital}"); } }3 Respuestas
+ 3
Compare the output format from the description with your output about spaces included and spellings...
+ 1
I found It I forgat to put a space after Country:
0
Always practice to avoid error