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

A factory has 115 ceiling fans in stock. If the factory can manufacture 12 fans each hour, how long would it take the factory to complete an order for 500 ceili
A sequence has its first term equal to 8, and each term of the sequence is obtained by adding 6 to the previous term. If f(n) represents the nth term of the se
When was mars discovered?
6 - 14 / 18 - (-6)how do I simplify this?
Read this excerpt from Jane Austen's Pride and Prejudice: When Jane and Elizabeth were alone, the former, who had been cautious in her praise of Mr. Bingley bef
Phylogenetic trees constructed from evidence from molecular systematics are based on similarities in _____.morphologythe pattern of embryological developmentbio
Which is a factor of 54xy + 45x + 18y + 15?
Why it is of advantage to use coal as a source of energy?
Rita made $221 for 17 hours of work.At the same rate, how much would she make for 12 hours of work?
I need the blue one done! please help!!