Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
operator
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here int a = 2; int b = 3; int c = a * b; Console.Write(c); //Console.Read(); } } }
run
|
edit
|
history
|
help
0
Converting an int to an int[] using linq.
hello-shared
math 10.97
Search Element In Array-Recursive
30272 Program Ex5 if else
TEst1
Game_snake
QQW
Arrays Solved
un poco de strings