Computer Science, asked by simhachalambora16, 3 months ago

Write a program to print total and average of any three numbers.


IN QBASIC ​

Answers

Answered by priya417418
0

Answer:

In this program, three variables are declared num1, num2, and num3. These variables will store three floating-point numbers. The printf function displays the messages to the user “Enter three Numbers:”. Later using scanf function three numbers are stored in the variables num1, num2, and num3.

Answered by bannybannyavvari
3

Explanation:

In this program, three variables are declared num1, num2, and num3. These variables will store three floating-point numbers. The printf function displays the messages to the user “Enter three Numbers:”. Later using scanf function three numbers are stored in the variables num1, num2, and num3.

Similar questions