Обсуждения
why is setInterval doing a loop?
0 голосов
2 ответовgoto statement problem!
2 голосов
4 ответовCODING CHALLENGE (...or maybe not!)
13 голосов
5 ответовHow to clear canvas (THREE.js)
2 голосов
6 ответовWhen I enter two numbers the sum is displayed.. 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 голосов
4 ответов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 голосов
2 ответовАктуальное сегодня
Learn python
2 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Not video
0 Votes
Qt timer timeout
0 Votes
How to make a 2d game
0 Votes