Question: Need help understanding usig C# o Implement your C# application in one file. o Use the provided C# Console App and save it to your

Need help understanding usig C# Need help understanding usig C# o Implement your C# application in one

o Implement your C# application in one file. o Use the provided C# Console App and save it to your desktop. o Ensure your solution, project and namespace are named "Lab_Exercise_2". O Name your class "Fundamentals 2" and your source code file "Fundamentals2.cs". o Define (declare) integer variables number1, number2, absdiff. o Greet and ask the user to enter two integer numbers number1, and number2. o Compute number1 modulo 5, number2 modulo 5, . absolute value absdiff = abs(number 1-number2), where if (a>b) abs(a-b) =a-b else b-a absdiff modulo 5. Report to the user the computed values number1 modulo 5, number2 modulo 5, and absdiff modulo 5 o Comment if you see any dependence between the reported values. O Ensure your final solution will save, build and run successfully. o Zip the complete solution folder for submission for future reference

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!