Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1441 / 1624
Create an application that allows you to store an array that acts as a database
Create an application that allows you to store an array that acts as a database of any number of salesperson objects up to 20. While the user decides to continue, offer three opti…
Create an application that calculates and displays the total travel expenses for
Create an application that calculates and displays the total travel expenses for a buisness trip. The user must provide the following information Number of days on the trip Amount…
Create an application that calculates and displays the total travel expenses for
Create an application that calculates and displays the total travel expenses for a buisness trip. The user must provide the following information Number of days on the trip Amount…
Create an application that calculates and displays the total travel expenses for
Create an application that calculates and displays the total travel expenses for a buisness trip. The user must provide the following information Number of days on the trip Amount…
Create an application that calculates the total cost of a hospital stay. The app
Create an application that calculates the total cost of a hospital stay. The application should accept the following input: the number of days spent in the hospital (as an integer…
Create an application that calculates your daily driving cost, so that you can e
Create an application that calculates your daily driving cost, so that you can estimate how much money could be saved by car pooling. The application should input the following in…
Create an application that can add, minus, multiply and divide 2 integer numbers
Create an application that can add, minus, multiply and divide 2 integer numbers and add, minus, multiply and divide 2 decimal numbers. For each operation, the application should …
Create an application that can be used in a restaurant to calculate a table’s bi
Create an application that can be used in a restaurant to calculate a table’s bill. The program should display all the menu items from the table below in 4 Combo boxes. There are …
Create an application that can be used to calculate the total amount due for pur
Create an application that can be used to calculate the total amount due for purchases. Allow any number of items to be entered. Determine the total due including sales tax and sh…
Create an application that can use Singly Linked List with iterator with java Th
Create an application that can use Singly Linked List with iterator with java The Candidate data will keep the save information For Singly Linked List with Iterator: -INSERT: Allo…
Create an application that can use Singly Linked List with java The Candidate da
Create an application that can use Singly Linked List with java The Candidate data will keep the save information For Singly Linked List and do the following tasks, until users wa…
Create an application that computes the average monthly rainfall, number of mont
Create an application that computes the average monthly rainfall, number of months with above average rainfall, and the number of months with below average rainfall, given the rai…
Create an application that converts U.S. dollars amounts to pounds, euros, and y
Create an application that converts U.S. dollars amounts to pounds, euros, and yen. The following conversion factors are not accurate, but you can use them in your application: 1 …
Create an application that creates a ShoppingBag object and reads an input file.
Create an application that creates a ShoppingBag object and reads an input file. For each item the file contains the number purchased and the cost of the item. Read until end of f…
Create an application that determines the total due including sales tax and ship
Create an application that determines the total due including sales tax and shipping. Allow the user to input any number of item prices. Sales tax of 7.75% is charged against the …
Create an application that displays a monthly payment on a loan. The application
Create an application that displays a monthly payment on a loan. The application should also display the amount applied to the loan's principal each month and the amount that repr…
Create an application that displays the subtotal, discount, and total due for co
Create an application that displays the subtotal, discount, and total due for concert tickets purchased from Concert-Mania Inc. Use the following names for the solution and projec…
Create an application that does the following tasks: 1. The main part of the pro
Create an application that does the following tasks: 1. The main part of the program will coordinate the tasks in the application. 2. In a separate method, you will: a. create an …
Create an application that enables the user to enter a student’s WIN (no dashes)
Create an application that enables the user to enter a student’s WIN (no dashes), first name, last name, and semester GPA. If the student’s GPA is 2.0 or above his/her information…
Create an application that enables the user to paint a picture. The user should
Create an application that enables the user to paint a picture. The user should be able to choose the shape to draw, the color in which the shape should appear and whether the sha…
Create an application that enables the user to paint a picture. The user should
Create an application that enables the user to paint a picture. The user should be able to choose the shape to draw, the color in which the shape should appear and whether the sha…
Create an application that enables the user to paint a picture. The user should
Create an application that enables the user to paint a picture. The user should be able to choose the shape to draw, the color in which the shape should appear and whether the sha…
Create an application that enables you to randomly record heart rates at four di
Create an application that enables you to randomly record heart rates at four different times throughout the day for yourself and at least one more person. Record the rate at 0700…
Create an application that finds all 4 digit numbers (those would be the numbers
Create an application that finds all 4 digit numbers (those would be the numbers in the range 1000-9999) whose value is equal to the sum of each digit raised to the fourth power. …
Create an application that generates a random number in the range of 1 through 1
Create an application that generates a random number in the range of 1 through 100 and asks the user to guess what the number is. If the user's guess is higher than the random num…
Create an application that lets the user enter a number of seconds and works as
Create an application that lets the user enter a number of seconds and works as follows: There are 60 seconds in a minute. If the number of seocnds entered by the user is greater …
Create an application that lets the user enter his or her weight (in pounds) and
Create an application that lets the user enter his or her weight (in pounds) and height (in inches). The application should display the user's body mass index (BMI). The BMI is of…
Create an application that mimics the functionality of a vending machine. 1.) Ad
Create an application that mimics the functionality of a vending machine. 1.) Adding instance variables. After the last GUI component is declared (line 53) declare private String …
Create an application that modifies the \"ColorGrid.html\" file by using the ima
Create an application that modifies the "ColorGrid.html" file by using the images collection to add event handling code to color the border of the cell images red and black when t…
Create an application that prompts the user for a total of purchases, and then c
Create an application that prompts the user for a total of purchases, and then converts the total to a foreign currency. The program must run all test cases of purchases in one ex…
Create an application that provides a solution for problem 23.11 by modifying th
Create an application that provides a solution for problem 23.11 by modifying the solution implemented from the BouncingBall.doc file (located in the "Project 6/Bouncing Ball Orig…
Create an application that reads a file called Test Scores.txt with 11 scores. P
Create an application that reads a file called Test Scores.txt with 11 scores. Place the data in an array or list and display the content of the array or list in a listbox. Calcul…
Create an application that reads a file called Test Scores.txt with 11 scores. P
Create an application that reads a file called Test Scores.txt with 11 scores. Place the data in an array or list and display the content of the array or list in a listbox. Calcul…
Create an application that reads a file called Test Scores.txt with 11 scores. P
Create an application that reads a file called Test Scores.txt with 11 scores. Place the data in an array or list and display the content of the array or list in a listbox. Calcul…
Create an application that reads a file of data, changes the Strings to all uppe
Create an application that reads a file of data, changes the Strings to all uppercase, and prints the data to a new file. For an optional advanced challenge, instead of changing t…
Create an application that reads a file\'s contents into an array, displays the
Create an application that reads a file's contents into an array, displays the array's contents as a report, and calculates and displays the total of the array's values. Here is t…
Create an application that reads the contents of the file into an array or a Lis
Create an application that reads the contents of the file into an array or a List. The application should then let the user enter a charge account number. The program should deter…
Create an application that reads the records stored in the file created by Progr
Create an application that reads the records stored in the file created by Program-ming Challenge 1. Write code in the form’s Load event handler that allows the user to enter the …
Create an application that searches an array of objects.The application should l
Create an application that searches an array of objects.The application should lookup name and balance based on the account number according to the list shown. Account Number Name…
Create an application that uses a graphic interface to capture employee data and
Create an application that uses a graphic interface to capture employee data and writes that data to a random access output file. The data required for each employee includes an e…
Create an application that uses a loop and allows a teacher to enter three test
Create an application that uses a loop and allows a teacher to enter three test scores each for three students. The application should calculate each student's average test score …
Create an application that uses a socket connection to allow a client to specify
Create an application that uses a socket connection to allow a client to specify a file name of a text file and have the server send the contents of the file or indicate the file …
Create an application that uses a socket connection to allow a client to specify
Create an application that uses a socket connection to allow a client to specify a file name of a text file and have the server send the contents of the file or indicate the file …
Create an application that will allow a loan amount, interest rate, and number o
Create an application that will allow a loan amount, interest rate, and number of finance years to be entered for a given loan. Determine the monthly payment amount. Calculate how…
Create an application that will allow a new customer to order a house. You\'ll a
Create an application that will allow a new customer to order a house. You'll allow the customer to choose among four models (Aspen, Britattany, Colonial, and Dartmoor) by creatin…
Create an application that will allow a new customer to order a house. You\'ll a
Create an application that will allow a new customer to order a house. You'll allow the customer to choose among four models (Aspen, Britattany, Colonial, and Dartmoor) by creatin…
Create an application that will allow the user to investigate the equations show
Create an application that will allow the user to investigate the equations shown below. Use an abstract class or an interface in your design. The GUI below shows the sin function…
Create an application that will keep track of several groups of strings. Each st
Create an application that will keep track of several groups of strings. Each string will be a member of exactly one group. We would like to be able to see whether two strings are…
Create an application that will keep track of several groups of strings. Each st
Create an application that will keep track of several groups of strings. Each string will be a member of exactly one group. We would like to be able to see whether two strings are…
Create an application that will keep track of several groups of strings. Each st
Create an application that will keep track of several groups of strings. Each string will be a member of exactly one group. We would like to be able to see whether two strings are…