for next c# Ditulis hartoto dinata im tools programmer Rabu, 20 Oktober 2021 Edit using System;namespace fornext_csharp{ class Program { static void Main(string[] args) { for (int i = 0; i < 10; i++){ Console.WriteLine(i); } Console.ReadKey(); } }} Bagikan Artikel ini