Sesiones de PyR
When I enter two numbers the sum comes.. but when I input character as yes not y... Then it goes into an infinite loop... can anyone explain why?
int a,b;
char ch;
do
{
cout<<"Enter two numbers: ";
cin>>a>>b;
cout<<"The sum is "<<a+b
<<"\nDo you want to try again (y/n): ";
cin>>ch;
}while(ch=='Y'||ch=='y');
0 Votos
2 RespuestasEn tendencia hoy
Activities on sololearn
3 Votes
What is problem in this code
1 Votes
playground input
1 Votes
Html issue
2 Votes
How I can use div
1 Votes
Can you help me ?
1 Votes
TIPS From Veterans
1 Votes
Playground input
1 Votes
App development 🔥☝️
1 Votes