Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
عبدالله
//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 sum,x,y; //Your code goes here Console.WriteLine("enter 2 numbers"); x=int.Parse(Console.ReadLine()); y=int.Parse(Console.ReadLine()); sum=x+y; Console.WriteLine(sum); } } }
run
|
edit
|
history
|
help
0
cs001
Unicode Braille Patterns.
find maximum consecutive repeating character
Best Exam Collection site
D14
Random number IF var change
Test
Calculadora
StopJoin.cs
C# INDEXER and OVERRIDE INDEXER