F&A Diskussionen
Why isn't it working properly????
0 Stimmen
2 AntwortenYou 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 Stimmen
3 AntwortenHelp me with code please
0 Stimmen
1 AntwortInvalid elif syntax error
1 Stimme
1 AntwortWrite a C program to mimic the popular game tic-tac-toe for two players. It takes positions as input from both the players and put appropriate symbols for respective players. Eventually it checks the winning combinations for the players and prints the result in favor of Player one or player two or declares draw.
0 Stimmen
2 AntwortenFile Descriptors
0 Stimmen
1 AntwortPlease can you check these codes
0 Stimmen
1 AntwortHow do I do this?
-3 Stimmen
2 AntwortenWhen 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 Stimmen
2 Antwortencan someone tell me how to make it impossible for a user to type a 'userchoice1[x]' value that does not range from 1 - 10.
If you also know a way I can make the user input another value for the 'userchoice1[x]' variable if it is less than 1, I'll appreciate you share the knowledge with me.
please see the short code below
1 Stimme
2 AntwortenHow do I make this work?
0 Stimmen
2 Antwortenc# try-catch vs trypharse
0 Stimmen
1 AntwortHow do I make this work?
0 Stimmen
1 AntwortHeute heiß
Started learning python
0 Votes
How can one build an Ai app
1 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
I need help in programing
0 Votes
C++, c# , graphical interface
1 Votes