Ask Question
11 March, 14:07

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

+5
Answers (1)
  1. 11 March, 14:22
    0
    For (int i = 90; i = = 81; i--)
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers