Write a while loop that will keep looping and asking the user to re-enter the numbers if the second number is larger than the first. • After the while loop has finished, it should print “We have 10’s!” if any of the following things are true: o If either number is divisible by 10 o If their sum or their difference is divisible by 10. • If none of those things are true, it should print “No 10’s here.”



Answer :

Other Questions