Accd
Accd
Flow chart
Start
Read any
3 integer
Calculate
multiplication=4*2*
8*
Print
multiplication
Stop
Q. Write an algorithm and flow chart for finding division division of 2
numbers
Step 1: Start
Step 2: Read/Declare 2 integer values n1 and n6
Step 3: Perform division,Divide=n1/n2
Step 4: Print/display the output ‘’divide”
Step 5: End/Stop
Start
Input two
number a,b
Divide a/b
Print
value
Stop
Q.Write an algorithm and flowchart to find the greatest of 2
number.
Step 1: Start
Step 2: Read two numbers A,B
Step3: Compare A and B. A>B and print “A” is greater
Step4: Hence Print A is greater
Step5: Stop/End
StartSt
ReRead number”b”
If a>bIf
Print a Print b
End