0
C language
Help please #include <stdio.h> void main() {âint i; âfor(i=1; i<=6; i++) âswitch(i%3) â{âcase 0:printf(â!â);break; âcase 1:printf("@");break;â âcase 2:printf(â#â);break; default:printf("\n"); â} }
1 RĂ©ponse
+ 2
Go to Code section, click +, select the programming language, insert your code and save.
Then come back to the thread, click +, Insert Code, sort for My Code Bits, select your code.
1.) Remove the invisible characters or just re-type the code.
2.) Format you code properly.
3.) Fix the incorrect "" in the 1st and 3rd printf