+ 2

Why is this code not working?(cheer creator)

In the cheer creator code challenge In C #include <stdio.h> int main() { int i,a; scanf("%d",&i); if(i>=10) printf("High Five"); else if(i<1) printf("shh"); else for(a=0;a<i;a++) printf("Ra!"); return 0; } I pass 4/5 cases but i am not able to pass the 4 th case can someone tell me what's wrong?

8th Jul 2023, 7:09 PM
Darshini J
Darshini J - avatar
1 Answer
Hot today
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes