add laba 32 #3

Merged
a.lovtsov merged 1 commits from main3 into main 2024-11-25 18:25:49 +04:00

27
main.c
View File

@ -1,3 +1,24 @@
void main() { / çàäà÷à 6
//#include <stdio.h>
} //#include <Windows.h>
//
//int main() {
// int price;
// SetConsoleCP(1251);
// SetConsoleOutputCP(1251);
// printf("Ââåäèòå ñòîèìîñòü âàç 2114:");
// scanf_s("%d", &price);
//
// if (price < 120000) {
// printf("Äåøåâî");
// }
// if ((120000 <= price) && (price < 180000)) {
// printf("Íîðìàëüíî");
// }
// if ((180000 <= price) && (price < 230000)) {
// printf("Äîðîãî");
// }
// if (price >= 230000) {
// printf("Óæàñ êàê äîðîãî");
// }
//}