Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
LabExer2-RCA
//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) { do { Console.Write("x = "); string str = Console.ReadLine(); int x = Convert.ToInt32(str); Console.Write("y = "); int y = Convert.ToInt32(Console.ReadLine()); int sum = x + y; Console.WriteLine("Result: {0}", sum); } while {true} ; } } }
run
|
edit
|
history
|
help
0
sxsadxasxd
custom Generic Que Implementation
D110
SADXS
4
X o X
Linq-Where-Condition on a collection of anonymous types
IsStringAPalindrome
PYRAMIDPATTERN
Basma 2