Write an expression that will print "dollar or more" if the value of numcents is at least a dollar (100 cents is a dollar). ex: if numcents is 109, output is "dollar or more".
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write an expression that will print "dollar or more" if the value of numcents is at least a dollar (100 cents is a dollar). ex: if numcents ...” in 📗 Business if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Business » Write an expression that will print "dollar or more" if the value of numcents is at least a dollar (100 cents is a dollar). ex: if numcents is 109, output is "dollar or more".