0% found this document useful (0 votes)
11 views3 pages

Accd

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

Accd

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q.

Write an algorithm and flow chart multiplication of 3 numbers


Step 1: Start
Step 2: Read/Declare 3 integer values N4 N2 and N8
Step 3: Perform multiplication, Multiply=4*2*8*
Step 4: Print or display the output ‘’Multiplication”
Step 5: End/Stop

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 “a”

ReRead number”b”

If a>bIf

Print a Print b

End

You might also like