✅ while loops

while loops keep repeating the same
Console.WriteLine(""); 
over and over without waiting for the user to respond to the
String a = Console.ReadLine();
anyone know how to solve this?
Was this page helpful?