This commit is contained in:
nikit 2024-11-11 12:41:37 +03:00
parent 323c921436
commit de99bbe791
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
// do { // do {
// printf(" %d", a); // printf(" %d", a);
// a += 1; // a += 1;
// } while (a <= 10);
//}
// //
//void print10_1() { //void print10_1() {
// int a = 10; // int a = 10;

View File

@ -7,7 +7,7 @@
//int n = 0; //int n = 0;
// //
// //
//void printElements();
//void keyboardInput(); //void keyboardInput();
//void oddsX10(); //void oddsX10();
//int findMin(); //int findMin();