aaaaaa #3
@@ -1,12 +1,11 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
int i = 3;
|
int i = 70;
|
||||||
const char fox[4] = "FOX";
|
|
||||||
|
|
||||||
printf("Printing ");
|
printf("Printing ");
|
||||||
for (unsigned int j = 0; j < 3; j++) {
|
for (unsigned int j = i; j < 89; j += 9) {
|
||||||
printf("%c", fox[j]);
|
printf("%c", j);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(", Since they are better :P\n");
|
printf(", Since they are better :P\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user