Q&A Discussions
Why doesn't this code work?
0 Votes
3 AnswersWhy not normal I/O
0 Votes
1 AnswerPlease help !
0 Votes
2 AnswersContinuous problem
1 Vote
1 Answerhow to output phrases?
1 Vote
2 AnswersPython question
0 Votes
1 AnswerHow do you get 2 boxes?
1 Vote
2 AnswersPlease explain.
0 Votes
2 AnswersNested list in python
0 Votes
2 AnswersWhen 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 AnswersDynamic DataType
1 Vote
1 AnswerHot today
Domain name
7 Votes
After the break
2 Votes
Why is the model not loading?
0 Votes
Make suggestions!!
1 Votes
C++ question
1 Votes
How to make a game
0 Votes
Question on 50- win badge
0 Votes