Computer Science, asked by starketzi, 1 year ago

write an algorithm for thi flowchart

Attachments:

Answers

Answered by LordOK
1
1.Start
2.Take Input A,B
3.If(B==0) then Display " Division is not
possible". Else
1.C=A/B
2.Display "C"
4.Stop


One more thing !
Condition should be (B==0)

Hope this Helps you

starketzi: should I put two equal to signs between B and0
LordOK: yes
starketzi: thankyou for your answer
LordOK: if this is the c programming lang
Similar questions