Browse D
Alphabetical listing with fast deep pagination.
30085 items • Page 306 / 602
Develop a program that allows the customer to buy online from an electronics sto
Develop a program that allows the customer to buy online from an electronics store. The program starts by displaying the following message: <<Welcome to BestBuy Electronics …
Develop a program that calculates the cost of a data plan for a smartphone. The
Develop a program that calculates the cost of a data plan for a smartphone. The cost of the service is determined by two factors, the number of megabytes used and the package sele…
Develop a program that can read in a maze from a text file and solve it using th
Develop a program that can read in a maze from a text file and solve it using the JGraphT library. Extra credit: Display an animated graphical solution to the maze. 1. Use this w…
Develop a program that compares the execution time between bubble sort and selec
Develop a program that compares the execution time between bubble sort and selection sort. The program shall be able to read in a file of 1000 numbers. The program shall perform b…
Develop a program that computes the total pizza price. The interface will contai
Develop a program that computes the total pizza price. The interface will contain 5 textboxes, 4 of which will store the number of pizzas ordered. The interface will also include …
Develop a program that consists of the following two functions. In the main func
Develop a program that consists of the following two functions. In the main function, read in data and call these two functions to perform these tasks. Function 1. The factorial o…
Develop a program that creates a shared memory segment and reads contents from a
Develop a program that creates a shared memory segment and reads contents from a file to the shared memory segment. Develop the other program that reads from the shared memory seg…
Develop a program that dynamically creates an integer array of size n, where n i
Develop a program that dynamically creates an integer array of size n, where n is an integer that is obtained after prompting the user for the desired array size and then storing …
Develop a program that gets data again from the mat file and then Plots the indi
Develop a program that gets data again from the mat file and then Plots the individual points with 'o' circle marks Fits a cubic spline to the data, use "star" marks Fits a linear…
Develop a program that helps people calculate montly mortgage payment for two di
Develop a program that helps people calculate montly mortgage payment for two different loan options. The program should prompt the user for the loan principan, and interest rates…
Develop a program that includes a function which has been created by you. This f
Develop a program that includes a function which has been created by you. This function should receive a single string as a parameter and decide if the string is indeed a palindro…
Develop a program that includes an inventory class with data members for stock n
Develop a program that includes an inventory class with data members for stock number, quantity, price, also overloaded data entry and output operators. An error message if the pr…
Develop a program that parses Apache Common Log Format log files and produces a
Develop a program that parses Apache Common Log Format log files and produces a report. The data for each of three reports is to be stored in one of three counting Hashes, which a…
Develop a program that parses Apache Common Log Format log files and produces a
Develop a program that parses Apache Common Log Format log files and produces a report. The data for each of three reports is to be stored in one of three counting Hashes, which a…
Develop a program that reads two arrays from a user and sorts each array. After
Develop a program that reads two arrays from a user and sorts each array. After that merge the two sorted arrays into an array. Note that the merged array should also keep the sor…
Develop a program that reads two arrays from a user and sorts each array. After
Develop a program that reads two arrays from a user and sorts each array. After that merge the two sorted arrays into an array. Note that the merged array should also keep the sor…
Develop a program that reads two arrays from a user and sorts each array. After
Develop a program that reads two arrays from a user and sorts each array. After that merge the two sorted arrays into an array. Note that the merged array should also keep the sor…
Develop a program that receives as in input 3 Student names Input (3) test score
Develop a program that receives as in input 3 Student names Input (3) test scores for each student Calculate the average grade for each student Assign a letter grade to each stude…
Develop a program that will find out how many uniquewords appear in the text of
Develop a program that will find out how many uniquewords appear in the text of a book, and for each word, find out howmany times it is used. The words will be located in a textfi…
Develop a program that will maintain an ordered linked list of positive whole nu
Develop a program that will maintain an ordered linked list of positive whole numbers. Your program will provide for the following options: Add a number Delete a number Search for…
Develop a program that will maintain an ordered linked list of positive whole nu
Develop a program that will maintain an ordered linked list of positive whole numbers. Your program will provide for the following options: a. Add a number b. Delete a number c. S…
Develop a program that will maintain an ordered linked list of positive whole nu
Develop a program that will maintain an ordered linked list of positive whole numbers. Your program will provide for the following options: At all times, the program will keep the…
Develop a program that will maintain an ordered linked list of positive whole nu
Develop a program that will maintain an ordered linked list of positive whole numbers. Your program will provide for the following options: At all times, the program will keep the…
Develop a program that will solve for the power dissipation of a resistor when t
Develop a program that will solve for the power dissipation of a resistor when the voltage across the resistor and the current in the resistor are known. The relationship for resi…
Develop a program to emulate a purchase at a store. This program will have two c
Develop a program to emulate a purchase at a store. This program will have two classes, a List class and a Purchase class. The List class will represent an individual line item of…
Develop a program to emulate a purchase transaction at a retail store.This progr
Develop a program to emulate a purchase transaction at a retail store.This program will have two classes,a Lineltem class and a Transaction class. The Lineltem class will represen…
Develop a program to maintain a list of homework assignments. When an assignment
Develop a program to maintain a list of homework assignments. When an assignment is assigned, add it to the list, and when it is completed, remove it. You should keep track of the…
Develop a program to meet the following requirements: Must use at least one func
Develop a program to meet the following requirements: Must use at least one function Must use selection Must use deference/indirection (the * operator) Your assignment is to take …
Develop a program to meet the following requirements: Must use at least two func
Develop a program to meet the following requirements: Must use at least two functions (not counting main) Must use indirection (the * operator) Must use a conditional loop Your as…
Develop a program to meet the following requirements: Must use at least two func
Develop a program to meet the following requirements: Must use at least two functions, not including Main Must use indirection (the * operator) Must use a loop Must use an array t…
Develop a program to perform a binary search on a one-dimensional integer array
Develop a program to perform a binary search on a one-dimensional integer array LIST of dimension N. You should develop an independent search method (call itBinSearch), and write …
Develop a program to read in the market basket data from a text file with the fo
Develop a program to read in the market basket data from a text file with the following format and identify the unique items printed on the screen.Continue your program to count t…
Develop a program to solve the following problems. You need to identify and impl
Develop a program to solve the following problems. You need to identify and implement any object classes where necessary. 1. Your lecturer requires a class attendance system. Ther…
Develop a program which allows the user to enter numbers into an array. Input wi
Develop a program which allows the user to enter numbers into an array. Input will be as follows: -The user will enter the total number of integers to be entered into the array. -…
Develop a program which allows the user to enter numbers into an array. Input wi
Develop a program which allows the user to enter numbers into an array. Input will be as follows: The user will enter the total number of integers to be entered into the array. Th…
Develop a program which conCnuously monitors the dip switches on the Dragon12 an
Develop a program which conCnuously monitors the dip switches on the Dragon12 and echo the switches on #0 7-segment display. USE ASSEMBLY
Develop a program which reads data from an in sequential access file (scores dat
Develop a program which reads data from an in sequential access file (scores dat), manipulates the put data and writes the output data into another sequent access file (scores.out…
Develop a program with three classes called Bank, Account, and Customer to store
Develop a program with three classes called Bank, Account, and Customer to store account information and customer information of a bank. Bank class can have maximum five accounts …
Develop a program with three classes called Bank, Account, and Customer to store
Develop a program with three classes called Bank, Account, and Customer to store account information and customer information of a bank. Bank class can have maximum five accounts …
Develop a program with three classes called Bank, Account, and Customer to store
Develop a program with three classes called Bank, Account, and Customer to store account information and customer information of a bank. Bank class can have maximum five accounts …
Develop a project budget to add an addition to an existing home. The addition wi
Develop a project budget to add an addition to an existing home. The addition will be above the existing home and will be approximately 350 square feet of new living space which w…
Develop a proram in c++ that does the following: Here is the IndexOfList files:
Develop a proram in c++ that does the following: Here is the IndexOfList files: / File IndexList.h #ifndef INDEXLIST_H #define INDEXLIST_H #include <iostream> using namespac…
Develop a pseudo-code that reads the lists j, p and d as inputs and prints a lis
Develop a pseudo-code that reads the lists j, p and d as inputs and prints a list with the indexes of the jobs that are completed late if the jobs are processed in non-decreasing …
Develop a pseudocode algorithm to compute gross pay. The user will input the wag
Develop a pseudocode algorithm to compute gross pay. The user will input the wage and how many hours a person has worked for the week. The company determines the gross pay of an i…
Develop a pseudocode algorithm to compute gross pay. The user will input the wag
Develop a pseudocode algorithm to compute gross pay. The user will input the wage and how many hours a person has worked for the week. The company determines the gross pay of an i…
Develop a query that will identify and mark inactive those customers that have b
Develop a query that will identify and mark inactive those customers that have bills overdue by more than 30 days (this can usually be done using a sub-query). Remember, you are o…
Develop a random Markov chain model for the spread of infections.The state of th
Develop a random Markov chain model for the spread of infections.The state of this Markov chain is a pair (S,I) with both S and I non-negative integers representing the number of …
Develop a recursive function to determine the number of distinct ways in which a
Develop a recursive function to determine the number of distinct ways in which a given amount of money in cents could be changed into quarters, dimes, nickels, and pennies. For ex…
Develop a recursive function to determine the number of distinct ways in which a
Develop a recursive function to determine the number of distinct ways in which a given amount of money in cents could be changed into quarters, dimes, nickels, and pennies. For ex…
Develop a regression model to help explain the variation in sales. Explain which
Develop a regression model to help explain the variation in sales. Explain which variables are statistically significant and which are not. Interpret in your own words what the nu…