+ 1
Cheer Creator #test 3 fail
#include <iostream> #include <string> using namespace std; int main() { int loop,Yard; cin >> Yard; if(Yard>10) { cout<<"High Five"; } if(Yard<1) { cout<<"shh"; } else { for(loop = 0;loop < Yard;loop++) { cout << "Ra!"; } } return 0; } Just cant pass the test#3... https://code.sololearn.com/c6S56u8vGeTk/?ref=app
2 Antworten
+ 4
Just a minor adjustment👇
https://code.sololearn.com/c9E3oo4N6Z3k/?ref=app
+ 1
Thanks bro!!!!