Answer the question
In order to leave comments, you need to log in
Where did I go wrong?
#include <iostream>
#include <conio.h>
#include <iomanip>
using namespace std;
const int cmdcolor = system("color 02");
int main() {
setlocale(LC_ALL, "Russian");
char choose;
while (choose == 'n') {
cout << "Продолжить? y/n";
choose = _getch();
}
cout << "Вы успешно закрыли программму";
_getch();
return 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question