Do / while loop with a console read : Do While « Statement « C# / CSharp Tutorial
Do / while loop with a console read : Do While « Statement « C# / CSharp Tutorial ... using System; using System.IO; class MainClass { public static void Main(string[] args) { string ans; do { Console.Write("Are you done?
www.java2s.com |