Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Number loop
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int numb = 6; int i = 1; while(i < 100) { i++; int res = numb * i; Console.WriteLine("{0} * {1} = {2} ",numb, i , res); } } } }
run
|
edit
|
history
|
help
0
CancellationToken Struct dot net
Md5 hash
otro
compiled prog
Variables
a
test
Vídeo01 - Main
Creating arrays
Abstract class by Derived class reference example