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

help i dont remember dis stuff from last year
PLEASE HELP ASAP WITH EXPLANATION: If f(x) = 2f(x − 1) for all integers x, and f(n) = 3 for some integer n, find the value of [f(n − 5)][f(n + 5)].
Three divers went scuba diving in the ocean for a couple of hours. The table shows how much oxygen they had left in their oxygen tanks. Diver Oxygen (liters) Al
To the nearest whole number, what is the surface area of the right triangular prism?
even if we reach that state where an AI can behave as human does,how do we measure if AI is acting like a human?
From the consumer’s perspective, the elements of an imc strategy can be viewed as being either.
A. what are two common by-products of sugar fermentation? how is phenol-red broth designed to measure both?
If a substance x has a solubility of 2. 4×10^−5 mg/l, and a molar mass of 188 g/mol. What is the molar solubility of the substance?
choose the one which expresses the right meaning of the given word.FrugalA) EconomicalB) HungryC) MiserlyD) Splendid​
How do I write a comment on the data following the completion of the scatterplot