Ict Rev
Ict Rev
FLOWCHART :
STOP
PSEUDOCODE :
BEGIN
total m1 + m2 + m3
avg total/3
END
PYTHON :
FLOWCHART :
START
Input radius
Area = (22/7)*radius*radius
Output Area
STOP
PSEUDOCODE :
BEGIN
Area (22/7)*radius*radius
END
PYTHON :
PSEUDOCODE :
BEGIN
END
PYTHON :
BEGIN
ELSE
END IF
END
PYTHON :
PSEUDOCODE :
BEGIN
area length*width
END
FLOWCHART :
PYTHON :