Discussioni Q&A
Please help !
0 Voti
2 RisposteContinuous problem
1 Voto
1 Rispostahow to output phrases?
1 Voto
2 RispostePython question
0 Voti
1 RispostaPlease explain.
0 Voti
2 RisposteNested list in python
0 Voti
2 RisposteWhen 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 Voti
4 RisposteDynamic DataType
1 Voto
1 RispostaCode help
0 Voti
1 RispostaPopolare oggi
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes