Question: Write a complete C# Console program that will implement the following tasks: Describe the overall operation of the program using console.writeLine() method statement Skip three
Write a complete C# Console program that will implement the following tasks:
- Describe the overall operation of the program using console.writeLine() method statement
- Skip three lines and prompt the user to enter three (3) integer numbers.
- Calculate and Print the sum and average of the three numbers.
- Calculate and Print modulus of the first and last number.
- Next, skip three lines and prompt the user to enter his/her initials of first name and last name.
- Display the initials with no space.
- The screen dialogue should appear something like the following examples:
____________________________________
____________________________________ <== Here, briefly explain how the program works
____________________________________
Enter three integer numbers: 32 5 18
Sum = 55
Average = 18.33
Modulus of first & third numbers = 14
Enter first initial: N
Enter last initial: C
Your initials are: NC
PLEASE WRITE IN C#, NOT C++!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
