Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Recomment toTheGit(TestArray)
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 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[,] array = new int [10,10]; for (int i =1;i<=9;i++){ for (int j=1;j<=9;j++){ array[i,j]=i*j; if(array[i,j]<10) Console.Write(i+"*"+j+"="+array[i,j]+" "); else Console.Write(i+"*"+j+"="+array[i,j]+" "); } Console.WriteLine(""); } } } }
run
|
edit
|
history
|
help
0
2
Plt-D v.0.9.4
Arrange Hex string in a new one as a byte array declaration
Math 9.7 (Added Speed Math)
Exp Regular
a
Problem: rstring
compiled prog
8
Datediff in c#