#include <stdio.h> int main() { int i ; for(i=0 ;i<3 ;i++){ if(i%2) continue ; printf("*") ; } }
Could you please help me with this code I need the answer.
Aucun commentaire:
Enregistrer un commentaire