Question: C language Question 4 Write a C program that will ask the user to enter two different integer numbers, which will be stored in a

C language
Question 4 Write a C program that will ask the user to enter two different integer numbers, which will be stored in a variable numberl and number2. The two variables will be added and then assigned into a variable sum. The variable sum will be modules with a constant value with a number 3. The result of this equation will then be assigned into variable modulus. Lastly, the value stored in a modulus variable will be decreased by value 1 using a decremental operator. All the values in variable sum and modulus must be displayed on your monitor screen. Note: Please identify suitable requirements that need to be written in your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
