Computer Science, asked by snigdhasen723, 10 hours ago

wap to display all two digit natural number in reverse order from 99 to 10 using loop in C++​

Answers

Answered by myd25335
1

#include <iostream>

using namespace std;

int main() {

int max = 99;

int min = 10;

while (max - 9) {

cout << max << endl;

max -= 1;

}

}

Answered by MehramaMahil
3

Answer:

the combined action of transportation and breaking down of rocks is called soil erosion

hru sis

answer my previous question

Similar questions