Computer Science, asked by Aniksingh, 2 months ago

write a program in c plus plus that calculate average of three number using average function in c plus plus​

Answers

Answered by tirthyabaidya
1

Answer:

Answer:C++ Program to Find Average of Three Numbers

Answer:C++ Program to Find Average of Three NumbersStart.

1. Read first number to num_1.

2. Read second number to num_2.

3. Read third number to num_3.

4. Initialize average with (num_1 + num_2 + num_3) /3.

5. Stop.

MARK ME AS BRAINLIEST

Similar questions