Question: Programming Assignment 1 Name: Write a program that takes two numbers from a user and produces and output from all math operations (+,-, *,!,%). Produces
Programming Assignment 1 Name: Write a program that takes two numbers from a user and produces and output from all math operations (+,-, *,!,%). Produces an output similar to this: Enter first number: 81 Enter second number: 93 The Sum is: 174 The % is the modulus operator and returns the remainder of two numbers. Your output should include The Sum is: The Product is: And so on. Submit your code and a screenshot of your running program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
