Academics Computers
C program to find sum and average of two numbers
C program to find sum and average of two numbers with repeating the calculation as log as the user wants to calculate any number of calculation. Algorithm Accept the first number Accept the second number Calculate sum and average Ask the user if he/she wants to compute again If yes, Read more…