Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
C# Calculator Simple
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Addition Console.WriteLine("Addition Product"); Console.WriteLine(0 + 0); //Subtraction Console.WriteLine("Subtraction Product"); Console.WriteLine(0 - 0); //Multiplication Console.WriteLine("Multiplication Product"); Console.WriteLine(0 * 0); //Division Console.WriteLine("Division Product"); Console.WriteLine(1 / 1); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Uninitialized-variable example.
C# program to Determine if Two Words Are Anagrams of Each Other
Interface referance variable
Fibonacci with Given Length
Only certain spheres.
Random number between IF Values
Intuit // C# // listing_4.3 (StreamWriter // @"c:\Temp\output.txt")
SELECT YEAR('2019-08-15 01:02:03')+10
2. Basic types: List
Swiss Infotech Tutorial
stackse - search stackoverflow differently
Please log in to post a comment.