Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Prac1_A
//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) { Console.WriteLine("ENTER VALUES: "); int a=Int32.Parse(Console.ReadLine()); int b=Int32.Parse(Console.ReadLine()); int c=Int32.Parse(Console.ReadLine()); int d=Int32.Parse(Console.ReadLine()); Console.WriteLine("PRODUCT :"+(a*b*c*d)); } } }
run
|
edit
|
history
|
help
0
hello
program
Simple Selection Sort
WDW
Herencias
pared 1
Timer2 v.1
asxsadxsdf
hacker
ConcurrentStack<T>