kevineleby kevineleby
  • 02-05-2022
  • Computers and Technology
contestada

Coral 3.22 LAB: Loops: Countdown until matching digits

Respuesta :

mohammedtom32 mohammedtom32
  • 02-05-2022

Answer:

//in c++

#include <iostream>

using namespace std;

int main() {

   int i;

   cin >> i;

   do { cout <<i<<" "; } while (i--);

   return 0;

}

Answer Link

Otras preguntas

What is negative phototrpism??
How can I write 2,350,000 in exponential notation
what was the american system that was adopted by japan during the meiji era
hey can someone help me please ?
How do you identify important producers and consumers? (Theirs multiple consumers but how do I know which one is the most important? Explain.)
What is the relationship between grammar and syntax? The study of syntax is a part of the study of grammar. The study of grammar is a part of the study of syn
What is the one reason that northerners lost interest in reconstruction
At a simple annual interest rate of 4.5%, how many years will it take Sam to earn $135 interest on an original deposit of $1,000?
Explain the negative effects of the industrial revolution in america
Who were the first people to come to America for religious freedom? A : Puritans B : Jews C : Quakers D : Pilgrims