Q&A Discussions
How 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 AnswerYou shall write a program that reads, from standard input, an arbitrary number of case-insensitive card descriptions, the totality of which shall be considered a hand. When standard input is exhausted, the program shall print one line to standard output describing the value of the hand. The program shall generate no other output.
0 Votes
3 AnswersHelp me with code please
0 Votes
1 AnswerHot today
Verify Phone Number
5 Votes
Multiple read one write
0 Votes
Curiosity
0 Votes
Anyone learning AI here ?
1 Votes
Cant unlock practice
1 Votes
help me
0 Votes
int
0 Votes