Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1091 / 1333
Write a program that plays a game where a player is asked to fill in various wor
Write a program that plays a game where a player is asked to fill in various words of a mostly complete story without being able to see the rest. Then the user is shown his/her st…
Write a program that plays a game where a player is asked to fill in various wor
Write a program that plays a game where a player is asked to fill in various words of a mostly complete story without being able to see the rest. Then the user is shown his/her st…
Write a program that plays a guessing game where the computertries to guess a nu
Write a program that plays a guessing game where the computertries to guess a number picked by the user. The program asksthe user to think of a secret number and then asks the use…
Write a program that plays a guessing game with the user. Specifically, your pro
Write a program that plays a guessing game with the user. Specifically, your program should randomly pick a number between 1 and 100. Then, ask the user for a guess. You should de…
Write a program that plays a guessing game with the user. The program should gen
Write a program that plays a guessing game with the user. The program should generate a random number between 1 and 100, and then prompt the user repeatedly to guess the number. W…
Write a program that plays a guessing game with the user. The program should gen
Write a program that plays a guessing game with the user. The program should generate a random number between 1 and 100, and then prompt the user repeatedly to guess the number. W…
Write a program that plays a guessing game with the user. The program should gen
Write a program that plays a guessing game with the user. The program should generate a random number between 1 and some maximum (such as 100), then prompt the user repeatedly to …
Write a program that plays a simple dice game between the computer and the user.
Write a program that plays a simple dice game between the computer and the user. When the program runs, a loop will repeat 10 times. Each iteration of the loop should do the follo…
Write a program that plays a simple dice game between the computer and the user.
Write a program that plays a simple dice game between the computer and the user. When the program runs, a loop will repeat 10 times. Each iteration of the loop should do the follo…
Write a program that plays a simple trivia game. The game should have five quest
Write a program that plays a simple trivia game. The game should have five questions. Each question has a corresponding answer and point value between 1 and 3 based on the difficu…
Write a program that plays a word game with the user. The program should ask the
Write a program that plays a word game with the user. The program should ask the user to enter the following information: his or her name his or her age the name of a city the nam…
Write a program that plays a word game with the user. The program should ask the
Write a program that plays a word game with the user. The program should ask the user to enter the following information: his or her name his or her age the name of a city the nam…
Write a program that plays a word game with the user. The program should ask the
Write a program that plays a word game with the user. The program should ask the user to enter the following information: his or her name his or her age the name of a city the nam…
Write a program that plays a word game with the user. The program should ask the
Write a program that plays a word game with the user. The program should ask the user to enter the following: • His or her name • His or her age • The name of a city • The name of…
Write a program that plays a word game with the user. The program should ask the
Write a program that plays a word game with the user. The program should ask the user to enter the following: • His or her name • His or her age • The name of a city • The name of…
Write a program that plays an interactive game of Hangman with its user. In gene
Write a program that plays an interactive game of Hangman with its user. In general, the rules of Hangman are as follows: ? The object of the game is for the user to guess a secre…
Write a program that plays rock-paper-scissor game. The program randomly generat
Write a program that plays rock-paper-scissor game. The program randomly generates a number 0, 1, or 2 representing scissor, rock, and paper. The program prompts the user to enter…
Write a program that plays the Hi-Lo guessing game with numbers. The program sho
Write a program that plays the Hi-Lo guessing game with numbers. The program should pick a random number between 1 and 100 (inclusive), then repeatedly prompt the user to guess th…
Write a program that plays the Hi-Lo guessing game with numbers. The program sho
Write a program that plays the Hi-Lo guessing game with numbers. The program should assign the number 55, then repeatedly prompt the user to guess the number. On each guess, repor…
Write a program that plays the Rock-Paper-Scissors game against the computer. Wh
Write a program that plays the Rock-Paper-Scissors game against the computer. When played between two people, each person picks one of the three options (usually shown by a hand g…
Write a program that plays the RockPaper-Scissors game. When played between two
Write a program that plays the RockPaper-Scissors game. When played between two people, each person picks one of three options at the same time, and a winner is determined: Rock b…
Write a program that plays the RockPaper-Scissors game. When played between two
Write a program that plays the RockPaper-Scissors game. When played between two people, each person picks one of three options at the same time, and a winner is determined: Rock b…
Write a program that plays the ancient Chinese game of NIM. Actually, this is a
Write a program that plays the ancient Chinese game of NIM. Actually, this is a simplified version of the game. Each game starts with the user choosing how many stones to put into…
Write a program that plays the ancient Chinese game of NIM. Actually, this is a
Write a program that plays the ancient Chinese game of NIM. Actually, this is a simplified version of the game. Each game starts with a certain number of stones in a pile. The use…
Write a program that plays the ancient Chinese game of NIM. Actually, this is a
Write a program that plays the ancient Chinese game of NIM. Actually, this is a simplified version of the game. Each game starts with a certain number of stones in a pile. The use…
Write a program that plays the game Nim the user of the program. The program and
Write a program that plays the game Nim the user of the program. The program and the user alternate turns, picking up one, two, or three straws on each turn. The program goes firs…
Write a program that plays the game of MAd libs , Your program should prompt the
Write a program that plays the game of MAd libs , Your program should prompt the user to enter the following strings: the first or last name of instructor your name a food a numbe…
Write a program that plays the game of \"guess the number\" as follows: Your pro
Write a program that plays the game of "guess the number" as follows: Your program chooses the number to be guessed by selecting an integer at random in the range 1 to 1000. When …
Write a program that plays the old fashioned FizzBuzz game in Java that gets val
Write a program that plays the old fashioned FizzBuzz game in Java that gets values f and b from the user, and then prints out numbers substituting “Fizz”, “Buzz”’, and “FizzBuzz”…
Write a program that plays the popular scissor-rock- paper game. (A scissor can
Write a program that plays the popular scissor-rock- paper game. (A scissor can cut a paper, a rock can knock a scissor, and a paper can wrap a rock.) The program randomly generat…
Write a program that plays tic-tac-toe. The tic-tac-toe game is played on a 3x3
Write a program that plays tic-tac-toe. The tic-tac-toe game is played on a 3x3 grid the game is played by two players, who take turns. The first player marks moves with a circle,…
Write a program that predicts the appropriate size of a population of organisms.
Write a program that predicts the appropriate size of a population of organisms. The application should use text boxes to allow the user to enter the starting number of organisms,…
Write a program that predicts the approximate size of a population of organisms.
Write a program that predicts the approximate size of a population of organisms. The application should use text boxes to allow the user center the starting number of organisms, t…
Write a program that predicts the score needed on a final exam to achieve a desi
Write a program that predicts the score needed on a final exam to achieve a desired grade in a course. The program should interact with the user as follows: Enter desired grade>…
Write a program that present the following proverbs one at a time and promote th
Write a program that present the following proverbs one at a time and promote the user to evaluate them as true or false. The program should then tell the user how many questions …
Write a program that presents the user a menu of four choices, “Circle”, “Square
Write a program that presents the user a menu of four choices, “Circle”, “Square”, “Rectangle”, and “Exit” to calculate the area of one of these geometric objects. Once a choice i…
Write a program that prints a calendar for a year. Prompt the user for which day
Write a program that prints a calendar for a year. Prompt the user for which day of the weekJanuary 1 is on and whether the year is a leap year. The day that January 1 is on is co…
Write a program that prints a one-month calendar. The userspecifies the number o
Write a program that prints a one-month calendar. The userspecifies the number of days in the month and the day of the weekon which the month begins. The numerical dates must line…
Write a program that prints a random integer. The C++ standard library contains
Write a program that prints a random integer. The C++ standard library contains a pseudo random number generator that you can use to solve this problem. The function rand returns …
Write a program that prints a selected number from a line 1.First line of input
Write a program that prints a selected number from a line 1.First line of input contains the number of lines to follow 2.First number of each line, n>=2, contains the number of…
Write a program that prints a sorted phone list from a database of names and pho
Write a program that prints a sorted phone list from a database of names and phone numbers. The data is contained in two files named "phoneNames.txt" and "phoneNums.txt". The file…
Write a program that prints a sorted phone list from a database of names and pho
Write a program that prints a sorted phone list from a database of names and phone numbers. The data is contained in two files named "phoneNames.txt" and "phoneNums.txt". The file…
Write a program that prints a sorted phone list from a database of names and pho
Write a program that prints a sorted phone list from a database of names and phone numbers. The data is contained in two files named "phoneNames.txt" and "phoneNums.txt". The file…
Write a program that prints a table of binary, octal and hexadecimal equivalents
Write a program that prints a table of binary, octal and hexadecimal equivalents of the decimal numbers in the range 1 through 256.Decimal Binary Octal Hex========================…
Write a program that prints all even numbers from 2 to 100inclusive. Should ask
Write a program that prints all even numbers from 2 to 100inclusive. Should ask if it wants to run again and ask for input(whichnumber to start/end with). Also, needs to be in JOp…
Write a program that prints all the scenarios where the GPA of a student is 2.5
Write a program that prints all the scenarios where the GPA of a student is 2.5 or above. The student is taking three classes called ‘EGN’, ‘EEL’ and ‘EEE’. The classes have the s…
Write a program that prints an imitation of the Composition II in Red, Blue, and
Write a program that prints an imitation of the Composition II in Red, Blue, and Yellow created in 1930 by Piet Mondrian painting, illustrated below. Use character sequences such …
Write a program that prints an oval using the character \'*\'. The user will ent
Write a program that prints an oval using the character '*'. The user will enter the number of '*'s on the middle row and then the number of rows above and below the middle row. F…
Write a program that prints every perfect number from 1 through 1000. A perfect
Write a program that prints every perfect number from 1 through 1000. A perfect number is one that equals the sum of all the numbers that divide evenly into it. For example, 6 is …
Write a program that prints inverted trapezoids using the character \'@\'. The u
Write a program that prints inverted trapezoids using the character '@'. The user will enter the number of '@'s on the rst row and then the number of rows forming the trapezoid. F…