Dyskusje Q&A
Write 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 głosów
2 odpowiedziFile Descriptors
0 głosów
1 OdpowiedźHow do I do this?
-3 głosów
2 odpowiedziWhen 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 głosów
2 odpowiedzican 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 Głos
2 odpowiedziHow do I make this work?
0 głosów
2 odpowiedzic# try-catch vs trypharse
0 głosów
1 OdpowiedźHow do I make this work?
0 głosów
1 OdpowiedźPopularne dzisiaj
Thread local : global vs local
0 Votes
Postgrrsql and python
0 Votes
Data Analysis Course
1 Votes
Web vs python
0 Votes
Is there LUA?
0 Votes
tabla empleados sql
0 Votes