0
Cheere creator
I just code the problem but it showing fail in #3 case please anyone can help me My code. ::::: #include <iostream> using namespace std; int main() { int value; cin>>value; int i=value; if(value>10) { cout<<"high five"; } else if(value<=10 && value>0) { for(i=0;i<value;i++) { cout<<"Ra!"; } } else if(value<=0) { cout<<"shh"; } return 0; }
2 Respostas
+ 2
Please describe the task.
+ 1
Havyas U
Check spelling of 'high five'
lowercase character != uppercase character