Computer Science, asked by RohitPanday30302, 12 days ago

write an algorithm and draw a flowchart to input two numbers and check if the second number is a factor of the first number​

Answers

Answered by VISHALKUMARV22
0

 Start  

Display "Enter 2 numbers"  

Accept 2 numbers A & B  

Divide the A with B  

Is result Zero? ---- No - A is not Dividable with second  

Yes - A is Dividable with second  

End

Similar questions