Question: Write a program in C# to print the results. Test data: Write the first number: 25 Write the second number: 4 Expected result: 25 +
Write a program in C# to print the results.
Test data: Write the first number: 25 Write the second number: 4
Expected result: 25 + 4 = 29 25 - 4 = 21 25 x 4 = 100 25 / 4 = 6 25 mod 4 = 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
