Question: C# Programing Write a program that does the following Program will ask users to enter three values which are read from the keyboard. Do not
C# Programing
Write a program that does the following
- Program will ask users to enter three values which are read from the keyboard. Do not use a loop.
- Program will compute the average of the three numbers.
- Program will display the result.
Note: For this problem you have to include the main method.
Here is a sample output:
Enter first number: 2 Enter second number: 10 Enter third number: 5 The average between the three numbers is 5.66666666666667.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
