You are on page 1of 5

Flowchart No 1:

START

Input Kilometer

Meter = Kilometer*1000

Print Kilometer

End

Flowchart No 2:

START

Input Age, Gender,


Height, Id

Display Age, Gender,


Height, ID

Print

End
Flowchart No 3:

START

Input petrol in liters

Kilometer = 5.3 * liters

Print Kilometers

End

Flowchart no 4:

START

Read a
Character

Print ACSII value of


character

End
Flowchart No 5:

START

Input age

Days = 365 * Age

Months = (365 * Age)/30

Print Days and


Months

End

Flowchart No 6:

START

Input age

Days = 365 * Age

Months = (365 * Age)/30

Print Days and


Months

End
Flowchart No 7:

START

Input A, B, C

S = (A + B + C)/2

AREA2 = S * (S-A)*(S-B)*(S-C)

AREA= SQRT(AREA2)

Print Area

End

Flowchart 8:
START

Input val 1, val2

Percentage=val1/100)*val2

Print
percentage
START
Flowchart 9:

Input S1, S2, S3

SUM = S1 + S2 + S3

Avg = Sum/3

Print Sum and


Avg

End

Flowchart 10:

START

Input shape

*****
****

***

Print shape

End

You might also like