Question: Write a C# Sharp program to do some math calculations. Create a new repl called Lab 2 b . The program must ask for 2

Write a C# Sharp program to do some math calculations. Create a new repl called Lab2b. The program must ask for 2 numbers as input and save them to variables num1 and num2. Add the 2 numbers and save in a variable called as sum. Display sum. Subtract number 2 from number 1 and save as variable called diff. Display diff. Multiply the 2 numbers and save in a variable called product. Display product. Divide number 1 by number 2 and save in a variable called quotient. Display quotient. Find the remainder by using the modulus (%) operator on number 1 and number 2(num1% num2)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!