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
C# get decimal part only form double extension
Math 10.94 test
Palindrome 1
Find the integers which squares sum gives the prime numbers of the form (4k + 1).
IotaSeedGenerator
SumOfEvens
Free Tiktok Fans Generator
Sample Linq Test
Assignment
D113