Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1105 / 1333
Write a program that searches a 5X1 integer array and finds themaximum value. Th
Write a program that searches a 5X1 integer array and finds themaximum value. The program should be set up as follows (noticeI don’t require any functions be used. You may use the…
Write a program that searches for a value in memory. The value is supplied by an
Write a program that searches for a value in memory. The value is supplied by an 8-bit number that should be read by Port C. The program should begin at memory location 0000 and i…
Write a program that separately prompts the user for a first name and last name
Write a program that separately prompts the user for a first name and last name and outputs a string containing the following information, in order: a. First letter of the user's …
Write a program that sequentially displays on screen the contents of all of the
Write a program that sequentially displays on screen the contents of all of the files listed in the command line. Use argc to control a loop. Write a program that creates a struct…
Write a program that sequentially displays on screen the contents of all of the
Write a program that sequentially displays on screen the contents of all of the files listed in the command line. Use argc to control a loop. Write a program that creates a struct…
Write a program that sets each element in a vector equal to the sum of the corre
Write a program that sets each element in a vector equal to the sum of the corresponding elements in two other vectors in a crossed manner. Ex: If vector A has the values 2,3,5,8 …
Write a program that shall eliminate duplicate words from a text file. The progr
Write a program that shall eliminate duplicate words from a text file. The program shall: 1. Ask the user to enter a name of an existing text file; if the file does not exist or c…
Write a program that shall read a 4-character string and display the sum of all
Write a program that shall read a 4-character string and display the sum of all decimal digits in the string, if any. If the string has no decimal digits, the program shall report…
Write a program that should calculate the fare for a cab ride based on the rates
Write a program that should calculate the fare for a cab ride based on the rates provided below. Ask the user to input distance (measured to 1/10 of mile), number of passengers, a…
Write a program that shows two cars drawn with wheels and a body. Use the Graphi
Write a program that shows two cars drawn with wheels and a body. Use the Graphics class to draw these by hand, with arcs, circles, lines. You have considerable choice as to the l…
Write a program that shows your own RPG character (e.g., Wizard) using the diffe
Write a program that shows your own RPG character (e.g., Wizard) using the different shapes found in the Graphics class. The program should ask for a name and asks the user to cho…
Write a program that simulated a translation dictionary. Your program must be ab
Write a program that simulated a translation dictionary. Your program must be able to support any number of words and multiple languages. Input must be read in from a text file, w…
Write a program that simulates a checkout line at a supermarket. The line will s
Write a program that simulates a checkout line at a supermarket. The line will simply be a counter, indicating the number of people in that line. On average, a customer will need …
Write a program that simulates a coin tossing. For each toss of the coin, the pr
Write a program that simulates a coin tossing. For each toss of the coin, the program should print Heads or Tails. Let the program toss the coin 200 times and count the number of …
Write a program that simulates a deck of cards using java. Use the scanner class
Write a program that simulates a deck of cards using java. Use the scanner class. There are 52 cards in a deck. A deck consists of four suits (Diamonds, Hearts, Clubs and Spades).…
Write a program that simulates a drink machine. *** NOTE: this is not the standa
Write a program that simulates a drink machine. *** NOTE: this is not the standard drink machine coding question! You are given the following structures. struct DrinkItem struct D…
Write a program that simulates a game of 21 from the dealer\'s perspective. You
Write a program that simulates a game of 21 from the dealer's perspective. You do not have to add a player. Just focus on the dealer. Have the dealer (computer) take two cards. Do…
Write a program that simulates a game of craps using these rules without human i
Write a program that simulates a game of craps using these rules without human input. Instead of asking for a wage, the program should calculate whether the player would win or lo…
Write a program that simulates a game where a player throws 5 dice and can rerol
Write a program that simulates a game where a player throws 5 dice and can reroll all of the dice (all or none) if the player wants. A player can only reroll all the dice once but…
Write a program that simulates a lottery with C#. The program should have array
Write a program that simulates a lottery with C#. The program should have array of 6 integers named winning, with a randomly generated number in the range of 1 through 9 for each …
Write a program that simulates a lottery. The program should have an array of 5
Write a program that simulates a lottery. The program should have an array of 5 integers named winningDigits, with a randomly generated number in the range of 0 through 9 for each…
Write a program that simulates a lottery. The program should have an array of 5
Write a program that simulates a lottery. The program should have an array of 5 integers named winning Digits, with a randomly generated number in the range of 0 through 9 for eac…
Write a program that simulates a lottery. The program should havean array of fiv
Write a program that simulates a lottery. The program should havean array of five integers named lottery, and shouldgenerate a random number in the range of 0 through 9 for eachel…
Write a program that simulates a lottery. The program should havean array of fiv
Write a program that simulates a lottery. The program should havean array of five integers named lottery, and shouldgenerate a random number in the range of 0 through 9 for eachel…
Write a program that simulates a lottery. The program shouldhave an array of fiv
Write a program that simulates a lottery. The program shouldhave an array of five integers named lotery , and should generate a random number in the range of 0through 9 for each e…
Write a program that simulates a lottery. The user will select 5 numbers 0 throu
Write a program that simulates a lottery. The user will select 5 numbers 0 through 9 and put this in an array. Then these user numbers are compared to the random numbers the compu…
Write a program that simulates a simple calculator. It reads two integers and a
Write a program that simulates a simple calculator. It reads two integers and a character. If the character is a +, the sum is printed; if it is a -, the difference is printed; if…
Write a program that simulates a simple calculator. The calculator has the abili
Write a program that simulates a simple calculator. The calculator has the ability to have two real numbers inputted and then: -multiply the two numbers -divide the first number b…
Write a program that simulates a simple calculator. The calculator has the abili
Write a program that simulates a simple calculator. The calculator has the ability to have two real numbers inputted and then: *multiply the two numbers *divide the first number b…
Write a program that simulates a soft drink machine. The program should use a st
Write a program that simulates a soft drink machine. The program should use a stru cture that stores the following data: Drink Name Drink Cost Number of Drinks in Machine The prog…
Write a program that simulates a soft drink machine. The program should use a st
Write a program that simulates a soft drink machine. The program should use a structure named Drink that contains the following information: -the drink name -the drink cost -the n…
Write a program that simulates a soft drink machine. The program should use a st
Write a program that simulates a soft drink machine. The program should use a structure that stores the following data: • Drink Name • Drink Cost • Number of Drinks in Machine The…
Write a program that simulates a soft drink machine. The program should use a st
Write a program that simulates a soft drink machine. The program should use a structure that stores the following data: Drink Name Drink Cost Number of units currently in the mach…
Write a program that simulates a soft drink machine. The program should use a st
Write a program that simulates a soft drink machine. The program should use a structure that stores the following data: Drink Name Drink Cost Number of units currently in the mach…
Write a program that simulates a soft drink machine. Theprogram should use a str
Write a program that simulates a soft drink machine. Theprogram should use a structure that stores the followingdata: Drink name Drink cost Number of drinks in machine The program…
Write a program that simulates a soft drink machine.The program should use a str
Write a program that simulates a soft drink machine.The program should use a structure that stores the following data: Drink Name Drink Cost Number of Drinks in Machine The progra…
Write a program that simulates a soft drink machine.The program should use a str
Write a program that simulates a soft drink machine.The program should use a structure that stores the following data: Drink Name Drink Cost Number of Drinks in Machine The progra…
Write a program that simulates a soft drink machine.The program should use a str
Write a program that simulates a soft drink machine.The program should use a structure that stores the following data: Drink Name Drink Cost Number of Drinks in Machine The progra…
Write a program that simulates a soft drink machine.The programshould use a stru
Write a program that simulates a soft drink machine.The programshould use a structure that stores the following data: Drink Name Drink Cost Number of Drinks in MAchine The program…
Write a program that simulates a television with a class Television. The class s
Write a program that simulates a television with a class Television. The class should create the following attributes for a new object: The class should define the following metho…
Write a program that simulates a television with a class Television. The class s
Write a program that simulates a television with a class Television. The class should create the following attributes for a new object: _channel for the channel to which the telev…
Write a program that simulates a translation dictionary. Your program must be ab
Write a program that simulates a translation dictionary. Your program must be able to support any number of words and multiple languages. Input can be read in from a text file, wh…
Write a program that simulates a vending machine. Products can be purchased by i
Write a program that simulates a vending machine. Products can be purchased by inserting coins with a value at least equal to the cost of the product. A user selects a product fro…
Write a program that simulates a vending machine. The vending machine sells thre
Write a program that simulates a vending machine. The vending machine sells three types of food: 1) Patato chips $1.25; 2) Cookies $0.85; 3) Candies $0.95. The program will prompt…
Write a program that simulates an Automatic Teller Machine (ATM). Each user will
Write a program that simulates an Automatic Teller Machine (ATM). Each user will have access to only a checking account. Design your interface to be similar to what you see on you…
Write a program that simulates an MP3 player. Your program should begin by using
Write a program that simulates an MP3 player. Your program should begin by using the Song class already developed in the tutorials. Modify this class to include another attribute,…
Write a program that simulates an MP3 player. Your program should begin by using
Write a program that simulates an MP3 player. Your program should begin by using the Song class already developed in the tutorials. Modify this class to include another attribute,…
Write a program that simulates an MP3 player. Your program should begin by using
Write a program that simulates an MP3 player. Your program should begin by using the Song class already developed in the tutorials. Modify this class to include another attribute,…
Write a program that simulates an XOR operation. The input should be a word repr
Write a program that simulates an XOR operation. The input should be a word representing a binary number (0s and 1s). Your program should XOR all the digits from left to right and…
Write a program that simulates an XOR operation. The input should be a word repr
Write a program that simulates an XOR operation. The input should be a word representing a binary number (0s and 1s). The program should XOR all the digits from left to right and …