Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1058 / 1333
Write a program in c++ that fits the following recipe:a-Define a name structure
Write a program in c++ that fits the following recipe:a-Define a name structure template with two members: an array of characters (string) to hold the first name and an array of c…
Write a program in c++ that maintains a telephone directory. The Telephone direc
Write a program in c++ that maintains a telephone directory. The Telephone directory keeps records of people’s names and the corresponding phone numbers. The program should read a…
Write a program in c++ that produces a bar chart showing the population growth o
Write a program in c++ that produces a bar chart showing the population growth of Prairieville, a small town in the Midwest, at 20-year intervals during the past 100 years. The pr…
Write a program in c++ that reads a file consisting of restaurant ratings and th
Write a program in c++ that reads a file consisting of restaurant ratings and the date the rating was submitted. It should then determine the number of ratings in each of the foll…
Write a program in c++ that reads a file consisting of restaurant ratings and th
Write a program in c++ that reads a file consisting of restaurant ratings and the date the rating was submitted. It should then determine the number of ratings in each of the foll…
Write a program in c++ that reverses the C-style string pointed to by s. * * @pa
Write a program in c++ that reverses the C-style string pointed to by s. * * @param s a pointer to the character in a C-style string. * * NOTE: for this assignment, you can only u…
Write a program in c++ that simulates a lottery. The program should have an arra
Write a program in c++ that simulates a lottery. The program should have an array of five integers named lottery, and should generate a random number in the range of 0 through 9 f…
Write a program in c++ that takes an infix expression from user through command
Write a program in c++ that takes an infix expression from user through command line argument and convert it into a postfix expression. You are required to use the stack data stru…
Write a program in c++ that uses the following arrays: empId: an array of seven
Write a program in c++ that uses the following arrays: empId: an array of seven long integers to hold employee identification numbers. The array should be initialized with the fol…
Write a program in c++ that will input 7 letter grades (A, B, C, D, F). The grad
Write a program in c++ that will input 7 letter grades (A, B, C, D, F). The grades will be read(user input) into an array. A function will be called 5 times (once for each letter …
Write a program in c++ that will read student’s ID, first name, last name, and 5
Write a program in c++ that will read student’s ID, first name, last name, and 5 scores from an input file “hw2data.txt”. The 5 scores are midterm exam score, final exam score, ho…
Write a program in c++ that will utilize a Fraction struct that has a numerator
Write a program in c++ that will utilize a Fraction struct that has a numerator and a denominator. Make an overloaded operator + for the struct that can add two Fractions and retu…
Write a program in c++ that will: 1. Call a function to input temperatures for c
Write a program in c++ that will: 1. Call a function to input temperatures for consecutive days in 1D array. NOTE: The temperatures will be integer numbers. There will be no more …
Write a program in c++ to accomplish each of the following. Assume that allthe m
Write a program in c++ to accomplish each of the following. Assume that allthe manipulations occur in main (therefore, no addresses of pointer variables are needed), and assumethe…
Write a program in c++ to calculate how many squares are required to give the in
Write a program in c++ to calculate how many squares are required to give the inventor at least 1000 grains of rice, at least 1 ,000,000 grains, and at least 1,000,000,000 grains.…
Write a program in c++ to calculate the final cost of items purchased with a dis
Write a program in c++ to calculate the final cost of items purchased with a discount applied. Prompt the user for three inputs: Cost per item Number of items purchased Discount r…
Write a program in c++ to simulate a conflict between two groups of hereos.(Link
Write a program in c++ to simulate a conflict between two groups of hereos.(Linked List) 1. The simulation will consist of a list of at least one instance of class Super for each …
Write a program in class CharacterFrequency that counts the number of times a di
Write a program in class CharacterFrequency that counts the number of times a digit appears in a telephone number. The program should create an array of size 10 that will hold the…
Write a program in code of java for the following information. Maximum: 1 / 2 Mi
Write a program in code of java for the following information. Maximum: 1 / 2 Minimum: 3 / 8 Average: 17 / 40 Use the scanner class for input. extending the program to find the mi…
Write a program in code warrior in assembly language to make a Dragon12-plus2 bo
Write a program in code warrior in assembly language to make a Dragon12-plus2 board do something interesting. Such as a calculator, light show, play music, etc. open ending progra…
Write a program in csharp that takes data from one master file that has three li
Write a program in csharp that takes data from one master file that has three lines. The first line is a comma separated list of category names like: Exam, Lab, Homework, Project,…
Write a program in csharp that takes data from one master file that has three li
Write a program in csharp that takes data from one master file that has three lines. The first line is a comma separated list of category names like: Exam, Lab, Homework, Project,…
Write a program in either C or C++ that implements a Priority based Pre-emptive
Write a program in either C or C++ that implements a Priority based Pre-emptive Scheduling Algorithm. Include tests that highlight the working of the algorithm. the Algorithm is j…
Write a program in either Ruby, Smalltalk, or BASH using www.compileonline.com U
Write a program in either Ruby, Smalltalk, or BASH using www.compileonline.com Use the input.txt file to store names like: Greed, Greg Smith, Sally Jones, James Abernathy, Samanth…
Write a program in file p1.py that does the following a) Displays a ranking (des
Write a program in file p1.py that does the following a) Displays a ranking (descending) of the movie directors with the most movies in the top rated list. Print only the top 5 di…
Write a program in java LotteryPrinter that picks a combination in a lottery. In
Write a program in java LotteryPrinter that picks a combination in a lottery. In this lottery, a lottery ticket consists of 6 numbers (with none repeating) between 1 and 49. Const…
Write a program in java code to implement the checksum method. The implementatio
Write a program in java code to implement the checksum method. The implementation has two parts: Calculating the checksum at the sender Verifying the checksum at the receiver Calc…
Write a program in java containing a function that draws a line using the \"Bres
Write a program in java containing a function that draws a line using the "Bresenham" algorithm. Implement the function to draw N short lines (N is provided by the user) at posit…
Write a program in java eclipse IDE for a publisher. The Publisher class will ha
Write a program in java eclipse IDE for a publisher. The Publisher class will have a name, number of staff members, types of publications (books, magazines, videos). Book and Maga…
Write a program in java for a print server. Your program should use array of 5 p
Write a program in java for a print server. Your program should use array of 5 printers and a Queue to save print jobs. Each printer will have a name, max number of print jobs and…
Write a program in java for rpn equation(stacks and queue). In this program you
Write a program in java for rpn equation(stacks and queue). In this program you must create stacks without importing stacks. The program will prompt the user to type in math fomul…
Write a program in java in which you will build the“Sink theShipsGame”. The Game
Write a program in java in which you will build the“Sink theShipsGame”. The Game has a8 x 8 grid and threeships. Each ship takes up exactly three cells. In the game, it’s you agai…
Write a program in java language to implement the checksum method. The implement
Write a program in java language to implement the checksum method. The implementation has two parts: a. Calculating the checksum at the sender b. Verifying the checksum at the rec…
Write a program in java netbeans that will read numbers from the keyboard into a
Write a program in java netbeans that will read numbers from the keyboard into a 2-dimensional table. Calculate totals for the rows, the columns, and a grand total. Then print the…
Write a program in java or C: For Each prime between 20 and 1000, pick a random
Write a program in java or C: For Each prime between 20 and 1000, pick a random a and b and create the corresponding elliptic curve. For Each elliptic curve, calculate the number …
Write a program in java that analyzes text written in the console by counting th
Write a program in java that analyzes text written in the console by counting the number of times each of the 26 letters in the alphabet occurs. Uppercase and lowercase letters sh…
Write a program in java that converts a number entered in Roman numerals to deci
Write a program in java that converts a number entered in Roman numerals to decimal. Your program should consist of a class, say, Roman. An object of type Roman should do the foll…
Write a program in java that creates a String array with the values \"Winter\",
Write a program in java that creates a String array with the values "Winter", "Spring", "Summer", "Fall". Using an appropriate prompt, input from the keyboard (data validation IS …
Write a program in java that determines how long a human user can assign dish du
Write a program in java that determines how long a human user can assign dish duties among the children in a family before making a mistake. Use Console I/O (Scanner and System.ou…
Write a program in java that does the following: 1. It prompts the user for an i
Write a program in java that does the following: 1. It prompts the user for an integer 2. It calculates the factorial of that integer in another method (public double factorial(in…
Write a program in java that follows the following requirements Please read ever
Write a program in java that follows the following requirements Please read everything. Provide Output as well to your file so I can see that it is working correctly. I have code …
Write a program in java that initially displays all the numbers from 100 to 200
Write a program in java that initially displays all the numbers from 100 to 200 that are divisible by 5 or 6, but not by both. In your output you should only display ten numbers p…
Write a program in java that input the amount of less than $1000 and writes the
Write a program in java that input the amount of less than $1000 and writes the word equivalent of the amount. For example, the amount 200.60 should be written as two hundrerd and…
Write a program in java that manages a Movie database. Requirements: Each movie
Write a program in java that manages a Movie database. Requirements: Each movie needs to have the follow attributes Name Year Rating (1 to 5 stars) Director Box Office Gross The M…
Write a program in java that manages a Movie database. Requirements: Each movie
Write a program in java that manages a Movie database. Requirements: Each movie needs to have the follow attributes Name Year Rating (1 to 5 stars) Director Box Office Gross The M…
Write a program in java that mimics a calculator. The program will need to accep
Write a program in java that mimics a calculator. The program will need to accept as input two numeric double values, and accept the operation to be performed as the third input. …
Write a program in java that mimics a calculator. The program will need to accep
Write a program in java that mimics a calculator. The program will need to accept as input two numeric double values, and accept the operation to be performed as the third input. …
Write a program in java that prompts for an integer N (number of students) and M
Write a program in java that prompts for an integer N (number of students) and M (number of test scores for each students), and allows the user to N*M real numbers. The program th…
Write a program in java that reads a stream of integers from a file and prints t
Write a program in java that reads a stream of integers from a file and prints to the screen the range of integers in the file (i.e. [lowest, highest]). You should first prompt th…
Write a program in java that reads a stream of integers from a file and writes o
Write a program in java that reads a stream of integers from a file and writes only the positive numbers to a second file. The user should be prompted to enter the names of both t…