write an algorithm for thi flowchart
Attachments:
Answers
Answered by
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
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
Similar questions