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
Beginner question
 0 Votes
Remove
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes
Engineer Cloud
 0 Votes
Lua?
 1 Votes