Question #3: Write a C program that repeatedly asks the user to enter real numbers from the keyboard then it calculates and prints the average of the entered numbers. The program continuously asks the...



Question #3:


Write a C program that repeatedly asks the user to enter real numbers from the keyboard then it calculates and prints the average of the entered numbers. The program continuously asks the user till the user responds by ‘N’.









#include


int main(void)


{


    //Declare required variables




    //code for reading real numbers continuously till the user responds by ‘N’






    //code for calculating the average of the entered numbers and printing it





    printf("< your="" name="">\n");


    printf("< your="" id="">\n");


    return 0;


}





Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here