Ask Question
18 September, 02:46

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. 18 September, 06:46
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers