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:

  1. Describe the overall operation of the program using console.writeLine() method statement
  2. Skip three lines and prompt the user to enter three (3) integer numbers.
  3. Calculate and Print the sum and average of the three numbers.
  4. Calculate and Print modulus of the first and last number.
  5. Next, skip three lines and prompt the user to enter his/her initials of first name and last name.
  6. Display the initials with no space.
  7. 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

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!