1
START End Input value of num2 Display Sum, Diff, Pro, Sum = num1+num2 Diff = num1-num2 Pro = num1*num2 Quo = num1/num2 Sum is the Sum; Diff is the Difference; Pro is the Product; Quo is the Quotient; num1 is the 1st Input value of num1 num1 = 0; num2 = 0; Sum = 0; Diff = 0; Pro = START End Input value of num2 Display Avg Avg = (num1+num2+num3+num4+num5) Avg is for the Average; num1 is for the 1st number; num2 is for the 2nd number; Input value of num1 num1 = 0; num2 = 0; num3 = 0; num4 = 0; num5 = 0; Avg = 0; Input value of num3 Input value of num4 Input value of num5

Flowchart Ko

Embed Size (px)

DESCRIPTION

IT flowchat

Citation preview

Page 1: Flowchart Ko

START

End

Input value of num2

Display Sum, Diff, Pro, Quo

Sum = num1+num2Diff = num1-num2Pro = num1*num2Quo = num1/num2

Sum is the Sum;Diff is the Difference;

Pro is the Product;Quo is the Quotient;

num1 is the 1st number;num2 is the 2nd number;

Input value of num1

num1 = 0; num2 = 0;

Sum = 0; Diff = 0; Pro = 0; Quo = 0;

START

End

Input value of num2

Display Avg

Avg = (num1+num2+num3+num4+num5) 5

Avg is for the Average;num1 is for the 1st number;num2 is for the 2nd number;num3 is for the 3rd number;num4 is for the 4th number;num5 is for the 5th number;

Input value of num1

num1 = 0; num2 = 0; num3 = 0; num4 = 0; num5 = 0;

Avg = 0;

Input value of num3

Input value of num4

Input value of num5