Browse D
Alphabetical listing with fast deep pagination.
30085 items • Page 224 / 602
Design a program named ClothDesigns This is a program to allow a customer to pla
Design a program named ClothDesigns This is a program to allow a customer to place an order with a company named: Cloth Designs Ltd. that makes a small number of cloth items with …
Design a program psudeocode that asks the user to enter a charge account number.
Design a program psudeocode that asks the user to enter a charge account number. The program should determine whether the number is valid by comparing it to the following list of …
Design a program psuedocode that asks for the number of fat grams and calories i
Design a program psuedocode that asks for the number of fat grams and calories in a food item. Validate the input as follows: - Make sure the number of fat grams and calories are …
Design a program that allows two players to play a game of tic tac toe. Use a tw
Design a program that allows two players to play a game of tic tac toe. Use a two-dimenional String array with three rows and three columns as the game board. Each element of the …
Design a program that allows two players to play a game of tic tac toe. Use a tw
Design a program that allows two players to play a game of tic tac toe. Use a two-dimenional String array with three rows and three columns as the game board. Each element of the …
Design a program that allows two players to play a game of tic tac toe. Use a tw
Design a program that allows two players to play a game of tic tac toe. Use a two-dimenional String array with three rows and three columns as the game board. Each element of the …
Design a program that allows two players to play a game of tic tac toe. Use a tw
Design a program that allows two players to play a game of tic tac toe. Use a two-dimenional String array with three rows and three columns as the game board. Each element of the …
Design a program that allows two players to play a game of tic-tac-toe. Use a tw
Design a program that allows two players to play a game of tic-tac-toe. Use a two-dimensional string array with three rows and three columns as the game board. Each element of the…
Design a program that asks the user for the number of fat grams and calories in
Design a program that asks the user for the number of fat grams and calories in a food item. Validate the input as follows. Make sure the number of fat grams and calories are not …
Design a program that asks the user for the number of fat grams and calories in
Design a program that asks the user for the number of fat grams and calories in a food item. The program should calculate the % of calories from fat in a food and signals when the…
Design a program that asks the user for the number of fat grams and calories in
Design a program that asks the user for the number of fat grams and calories in a food item. The program should calculate the % of calories from fat in a food and signals when the…
Design a program that asks the user to enter a number of seconds, and works as f
Design a program that asks the user to enter a number of seconds, and works as follows: ? There are 60 seconds in a minute. If the number of seconds entered by the user is greater…
Design a program that asks the user to enter a series of 20 numbers. The program
Design a program that asks the user to enter a series of 20 numbers. The program should store the numbers in a list and then display the following data: lowest number in list, hig…
Design a program that calculates and display the number of miles per hour over t
Design a program that calculates and display the number of miles per hour over the speed limit that a speeding was doing. The program should ask for the speed limit and the driver…
Design a program that calculates and displays the lyrics of the song Ninety-nine
Design a program that calculates and displays the lyrics of the song Ninety-nine nottles of beer on the wall. 1)Input the starting number of beers 2)Validate the number of startin…
Design a program that calculates and displays the number of miles per hour over
Design a program that calculates and displays the number of miles per hour over the speed limit that a speeding driver was doing. The program should ask for the speed limit and th…
Design a program that calculates and prints the payroll amounts for an employee.
Design a program that calculates and prints the payroll amounts for an employee. It accepts the hourly rate and number of hours worked. It calculates gross pay, net pay. Overtime …
Design a program that calculates the amount of money a person would earn over a
Design a program that calculates the amount of money a person would earn over a period of time if his or her salary is one penny the first day, two pennies the second day, and con…
Design a program that computes pay for employees. Allow a user to continuously i
Design a program that computes pay for employees. Allow a user to continuously input employee's names until an appropriate sentinel value is entered. Also input each employee's ho…
Design a program that creates a StringTooLongException, say greater than 20 char
Design a program that creates a StringTooLongException, say greater than 20 characters and handles the error with a message and continues processing more strings. Create another e…
Design a program that displays the sum of the integer numeric values stored in t
Design a program that displays the sum of the integer numeric values stored in two arrays, in a tabular format. The design defines two arrays of the same size (each array has 10 e…
Design a program that displays the sum of the integer numeric values stored in t
Design a program that displays the sum of the integer numeric values stored in two arrays, in a tabular format. The design defines two arrays of the same size (each array has 10 d…
Design a program that gives simple math quizzes. The program should display two
Design a program that gives simple math quizzes. The program should display two random numbers that are to be added, such as 247 + 129 The program (Java language) should allow the…
Design a program that has two parallel arrays: a String array named people that
Design a program that has two parallel arrays: a String array named people that is initialized with the names of seven of your friends, and a String array named phoneNumbers that …
Design a program that has two parallel arrays: a String array named people that
Design a program that has two parallel arrays: a String array named people that is initialized with the names of seven of your friends, and a String array named phone-Numbers that…
Design a program that performs two task: 1. accepts as input a sentence in which
Design a program that performs two task: 1. accepts as input a sentence in which all of the words are run together, but the first character of each word is uppercase. Convert the …
Design a program that plays the following game: one player repeatedly flips a co
Design a program that plays the following game: one player repeatedly flips a coin. If the coin shows heads then the player adds 1 to the heads counter; if the coin shows tails th…
Design a program that prompts the user for a word and then prompts the user for
Design a program that prompts the user for a word and then prompts the user for a letter. Your program should count the number of times the letter entered appears in the word and …
Design a program that prompts the user to create a name and address file from a
Design a program that prompts the user to create a name and address file from a name, street address, city, state, and zip code entered. You should create the name and address fil…
Design a program that prompts the user to enter a string. The program should the
Design a program that prompts the user to enter a string. The program should then display the number of vowels and the number of consonants in the string. I am absolutely lost and…
Design a program that prompts the user to enter the names of two primary colors
Design a program that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than "red, " "blue, " or" yellow, " the program should di…
Design a program that reads an ASCII text file (provided) one byte at a time and
Design a program that reads an ASCII text file (provided) one byte at a time and produces an output file that contains the frequency count of how many times each character appears…
Design a program that reads an ASCII text file (provided) one byte at a time and
Design a program that reads an ASCII text file (provided) one byte at a time and produces an output file that contains the frequency count of how many times each character appears…
Design a program that simulates a slot machine. When the program runs, it should
Design a program that simulates a slot machine. When the program runs, it should do one of the following: 1. Ask the user to enter the amount of money he or she want to insert in…
Design a program that simulates a slot machine. When the program runs, it should
Design a program that simulates a slot machine. When the program runs, it should do one of the following: 1. Ask the user …
Design a program that uses looping to display the odd numbers counting from 5 to
Design a program that uses looping to display the odd numbers counting from 5 to 17 using the LMC / TLC instruction set. The program must halt after displaying 17. Write and turn …
Design a program that uses nested loops to collect data and calculate the averag
Design a program that uses nested loops to collect data and calculate the average rainfall over a period of years. The program should first ask for the number of years. The outer …
Design a program that uses the Spacecraft class. This class should store and pro
Design a program that uses the Spacecraft class. This class should store and process the data of a moving spacecraft, such as displacement, velocity, and acceleration in the x and…
Design a program that uses the following parallel arrays; empId: An array of sev
Design a program that uses the following parallel arrays; empId: An array of seven Integers to hold employee identification numbers. The array should be initialized with the follo…
Design a program that will act as a compound interest calculator. It will calcul
Design a program that will act as a compound interest calculator. It will calculate the future value of an account after a 4 year period with a fixed interest rate. The program sh…
Design a program that will allow a user to Input a list of your family members a
Design a program that will allow a user to Input a list of your family members along with their age and state where they reside. Determine and print the average age of your family…
Design a program that will allow the user to input a date value to three variabl
Design a program that will allow the user to input a date value to three variables for month, day and a 4 digit calendar year. Validate the data so that month is 1-12 and so that …
Design a program that will allow the user to input a date value to three variabl
Design a program that will allow the user to input a date value to three variables for month, day and a 4 digit calendar year. Validate the data so that month is 1-12 and so that …
Design a program that will allow the user to input a date value to three variabl
Design a program that will allow the user to input a date value to three variables for month, day and a 4 digit calendar year. Validate the data so that month is 1-12 and so that …
Design a program that will ask the user to enter the amount of a purchase. The p
Design a program that will ask the user to enter the amount of a purchase. The program should then compute the state and county sales tax. Assume that state tax rate is 4 percent …
Design a program that will ask the users to input their age and whether or not t
Design a program that will ask the users to input their age and whether or not they have a discount coupon. If the age is greater than 17, set the ticket price to be eiht dollars,…
Design a program that will create six one dimensional integer arrays with 10 ele
Design a program that will create six one dimensional integer arrays with 10 elements each. 1. create and initialize array 1 and array 2 using amodule that will either prompt the …
Design a program that will input numeric data type double into an array. Do this
Design a program that will input numeric data type double into an array. Do this function by designing a function called inputData. Then the program should sort the data and displ…
Design a program that will read each line of text from a file, print it out to t
Design a program that will read each line of text from a file, print it out to the screen in forward and reverse order and determine if it is a palindrome, ignoring case, spaces, …
Design a program that will serve as a database for keeping track of a student’s
Design a program that will serve as a database for keeping track of a student’s checking account and its history. This application will allow for the entering of checks (payee, da…