Compare commits

...

2 Commits

Author SHA1 Message Date
ea343ca674 commit 4 2024-11-11 12:41:52 +03:00
9722fe79d1 commit 3 2024-11-11 12:41:37 +03:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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