Search:

Type: Posts; User: funskoolz

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    12,602

    #include #include main() {...

    #include<stdio.h>
    #include<conio.h>
    main()
    {
    int n,i,k,sum=0,ave=0;
    printf("Number of numbers to be read: \n");
    scanf("%d", &n);
    for(i=0;i<n;i++)
    {
    if(i+1==n)
  2. Replies
    5
    Views
    12,602

    Average using for loop

    [/SIZE]Comic Sans MS"]


    Hi..

    Pls help me wid solving this program :

    WAP using a for loop to read in a set of numbers and print out their average.
    The program will start by prompting the...
Results 1 to 2 of 2