Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Find Largest Number
//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) { //Your code goes here int a=4,b=6,c=7; Console.WriteLine(Math.Max(Math.Max(a,b),c)); } } }
run
|
edit
|
history
|
help
1
Sort A List of Ages of Students (Solution: Stack / O(N^3) Complexity)
oooo
First Test With Coder - 3 digit number into digits
csharp enum
asxsdf
lala
Get days from two dates
Program to print pyramid using numbers
Date Conversion
C# Events and Delegates example