Ask Question

Write a loop to count backwards from 90 to 81. after the loop is finished, your counting variable should hold the value 81.

+1
Answers (1)
  1. 28 August, 00:51
    0
    For (int i = 90; i = = 81; i--)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a loop to count backwards from 90 to 81. after the loop is finished, your counting variable should hold the value 81. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers