Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Compare 2 int
//Title of this code //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 a = Convert.ToInt32(Console.ReadLine()); int b = Convert.ToInt32(Console.ReadLine()); if (a > b) { Console.WriteLine(a); } else { Console.WriteLine(b); } } } }
run
|
edit
|
history
|
help
0
Override method/function in C#
c++ MICHELL MARTINEZ
Hello world
count the string
1
NumsToVars
Convert string to int
Test
INTUIT: Laba#2; Данные для графика изменяняющейся функции
TrzyKreski