Kursy
Zaloguj sięZacznij uczyć się AI
Kursy
Zaloguj sięZacznij uczyć się AI

Dyskusje Q&A

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 głosów
2 odpowiedzi
10th Oct 2016, 1:14 PM
Soutik
Soutik - avatar
< Do tyłu1...34Dalej >
Popularne dzisiaj
Activities on sololearn
5 Votes
Html issue
2 Votes
Can you help me ?
1 Votes
Code coach
1 Votes
How I can use div
1 Votes
Cybersecurity jobs without degree
1 Votes
App development 🔥☝️
1 Votes
Computer architecture
1 Votes
What am I doing wring?
1 Votes
Playground input
1 Votes