Untitled
unknown
plain_text
a month ago
711 B
0
Indexable
Never
#include <iostream> #include <windows.h> using namespace std; int main() { setlocale(LC_ALL, "ru"); int optsii = 0; int ocenka = 0; double sred = 0; int i=0; cout << "Здравствуйте дорогой пользователь!!!" << endl; cout << "Список опций:" << endl; cout << "1-Добавить оценку." << endl << "2-Посмотреть текущий средний балл." << endl << "3-Выйти отсюда нафиг." << endl; cout << "Выбери опцию:"; cin >> optsii; while(1) switch (optsii) { case 1: cout << "Добавьте оценку:"<<endl; for (i = 0; i <= ocenka; i++) { cin >> ocenka; } case 2: } }