Computer Science, asked by pratimakumari282006, 6 months ago

write a program to input three integers and find difference between their sum and average

Answers

Answered by rishukumari164796
3

Answer:

Explanation:

ANSWER::

10 input x, y, z

20 sum = x + y + z30 average

= sum / 3.040

print averageFor this you would just see a question mark to input the 3 numbers.

Generally in most BASICs you could do this instead:

10 input “Enter 3 numbers separated by spaces :

“; x, y, zThen you get a nice prompt for the input.

plz like and follow ♥

Answered by vijunini
1

Answer:

i dont know the answer

if you khow the answer please tell that iam a new one on branly please support

Similar questions
Math, 6 months ago