Q&A Discussions
Tic-Tac-Toe Java Two Players
0 Votes
1 AnswerPlease explain.
0 Votes
2 AnswersBool function problem
1 Vote
1 AnswerWhen 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 Votes
4 AnswersWhy this code has no output?
0 Votes
1 AnswerWhen 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 Votes
2 AnswersWhy not working
-4 Votes
4 AnswersHot today
overloading operators << >>
1 Votes
how does this code function?
1 Votes
.
1 Votes
.
0 Votes
Wishkit alternative for android
1 Votes
Hi
0 Votes
My question is about python?
0 Votes
Issue in code
0 Votes
i need to learn Coding
0 Votes