• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
Menu

Discussions Q&R

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');
c++
0 Vote
2 Réponses
10th Oct 2016, 1:14 PM
Soutik
Soutik - avatar
< Précédent1...34Suivant >
Aujourd'hui en vedette
Java IDE for building a game.
1 Votes
Where is code bit
0 Votes
Best programming languages to get a job fast ?
0 Votes
a phone or a laptop
0 Votes
Certificates
0 Votes
Regarding platform
1 Votes
How can A.I be used for social media manager ?
0 Votes
Inquiry for img code
0 Votes