Header Ads

ad728
  • Algorithm and Flowchart to find of average of three numbers

    Que- Write an algorithm & Draw a Flowchart to find out the average of three numbers???

    Ans- Algorithm to find out the average of three numbers

    STEP 1-   Input A,B&C.

    STEP 2-  Compute sum of A,B&C.

    STEP 3- Compute division of result in step 2 by value 3.

    STEP 4-  Store the result in variable d.

    STEP 5-  Print the result of d.

    STEP 6-  End


    No comments

    C Program to Store Information(Name,Roll no and Marks) of a Student Using Structure

    INPUT NAME ROLL NO AND MARKS OF STUDENT AND                           PRINT USING STRUCTURE #include<stdio.h> #include<string.h...

    Post Top Ad

    ad728

    Post Bottom Ad

    ad728