Question:

Pre programming fowchart..

by  |  earlier

0 LIKES UnLike

my question is calculate the sum n average of 3 numbers...

can i use while loop flowchart 2 represent the data?

 Tags:

   Report

1 ANSWERS


  1. I don't know exactly what you mean, but I would just do something like

    int average = (numb1 + numb2 + numb3) / 3;

    EDIT: You would probably wanna make it a variable which can contain decimals, of course.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.