Sesiones de PyR
Python Else-If
0 Votos
4 RespuestasElse-If Statements
0 Votos
1 RespuestaAbout else-if statement
0 Votos
1 RespuestaHelp!!
1 Voto
7 Respuestas<h1> syntax in 16.1
1 Voto
3 Respuestaswhy does this code output that there is an error because the else statement doesn't have a corresponding if statement?. How do i correct this?
#include <iostream>
using namespace std;
int main() {
int a;
for (int x =0; x<5;x++){
cin>>a;
if (a<1){
cout<<"a cannot be less than 1\n";
}
else if (a>10){
cout <<"a cannot be greater than 10\n";
}
}
else{
cout<<"code can run now"<<endl;
}
return 0;
}
3 Votos
8 RespuestasПочему не работает?
0 Votos
2 RespuestasEn tendencia hoy
Where is the error
0 Votes
Help
0 Votes
Full form of HTML
0 Votes
Please help me
0 Votes
Which one is better?? And why??
1 Votes
Use of global function in c
0 Votes
Game
0 Votes