Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Repairing And Querying Databases Under Aggregate Constraints

Authors: Sergio Flesca ,Filippo Furfaro ,Francesco Parisi

2011th Edition

146141640X, 978-1461416401

More Books

Students also viewed these Databases questions