For to While 3

Run Settings
LanguageC#
Language Version
Run Command
using System; class MainClass { static void Main() { int i = 10; while (i <= 100) { Console.WriteLine(i); i = i+10 ; } } }
Editor Settings
Theme
Key bindings
Full width
Lines