Browse Y
Alphabetical listing with fast deep pagination.
29588 items • Page 549 / 592
Your program must prompt for the data file to be used. The first line of the fil
Your program must prompt for the data file to be used. The first line of the file must be the number of vertices. Then there is one line per vertex, where each line has the verte…
Your program needs to compress a text file. The file text.txt contains the text
Your program needs to compress a text file. The file text.txt contains the text to be compressed and this file contains lower case letters only. The file alpha.txt contains the co…
Your program needs to find a way to go from the upper right corner (where you se
Your program needs to find a way to go from the upper right corner (where you see '>' character) to the lower left corner (where you see '<' character). If you see a dot '.'…
Your program needs to store the sales price of cars purchased. You are to store
Your program needs to store the sales price of cars purchased. You are to store the sales price NOT THE LIST PRICE. Your program needs to allow a user to store up to 50,000 car sa…
Your program office has just completed analysis of the latest Contract Performan
Your program office has just completed analysis of the latest Contract Performance Report on its Cost Plus Incentive Fee contract with Jefferson Manufacturing. The original target…
Your program reads from two files and prints out the text message conversations
Your program reads from two files and prints out the text message conversations in chronological order (from oldest to newest message sent/received). The required format for your …
Your program should accept dollar amounts from the user until 0is entered. Each
Your program should accept dollar amounts from the user until 0is entered. Each exact dollar amount should be rounded to thenearest $10 value. The exact and rounded amounts should…
Your program should accept dollar amounts from the user until 0is entered. Each
Your program should accept dollar amounts from the user until 0is entered. Each exact dollar amount should be rounded to thenearest $10 value. The exact and rounded amounts should…
Your program should accept dollar amounts from the user until 0is entered. Each
Your program should accept dollar amounts from the user until 0is entered. Each exact dollar amount should be rounded to thenearest $10 value. The exact and rounded amounts should…
Your program should allow the user to run it as many times as wished. Use an app
Your program should allow the user to run it as many times as wished. Use an appropriate loop. Your program should implement the following tasks: Display to the user the purpose o…
Your program should also be able to deposit money, withdraw money, and check bal
Your program should also be able to deposit money, withdraw money, and check balance on a specific bank account. See below for more details. (I) Your program should have the follo…
Your program should be able to add, subtract, multiply, and divide two fractions
Your program should be able to add, subtract, multiply, and divide two fractions. Specifically, your program must request two fractions from the user by getting the numerator and…
Your program should be submitted to blackboard. Your submitted program will be a
Your program should be submitted to blackboard. Your submitted program will be assigned a grade based on the correctness of your program and evaluation of your program. Programmin…
Your program should begin by using the Song class already developed in the tutor
Your program should begin by using the Song class already developed in the tutorials. Modify this class to include another attribute, fileSize, that determines how much bytes of s…
Your program should consist ofonly on function, the main function. When your pro
Your program should consist ofonly on function, the main function. When your program begins, the user is prompted to enterinteger values representing themonth, day, and year, in t…
Your program should contain 4 pieces of data, all integers - the number of rows
Your program should contain 4 pieces of data, all integers - the number of rows in the grid, the number of columns, the number of spaces in each box horizontally, and the number o…
Your program should contain 5 files: Ch16Main.cpp LinkedList.h LinkedList.cpp Un
Your program should contain 5 files: Ch16Main.cpp LinkedList.h LinkedList.cpp UnorderedLinkedList.h UnorderedLinkedList.cpp The Ch16Main.cpp file is provided for you (and listed b…
Your program should define and call a function within_x_percent that takes as pa
Your program should define and call a function within_x_percent that takes as parameters a reference value ref, a data value data, the percentage value x and returns 1, meaning tr…
Your program should do the following Here is a sample of execution. Enter studen
Your program should do the following Here is a sample of execution. Enter student grade in CS105: 70 Enter student grade in CS221: 80 Enter student grade in CS231: 90 Do you want …
Your program should employ the following: · asindicated in the problem descripti
Your program should employ the following: · asindicated in the problem description: 2 two-dimensionalarrays, one for Jeff’s schedule, and one for Anna’s · a mainme…
Your program should give an introduction and then prompt the user for a first na
Your program should give an introduction and then prompt the user for a first name. It should then read the name rank data file searching for that name, case-insensitively (that i…
Your program should give an introduction and then prompt the user for a first na
Your program should give an introduction and then prompt the user for a first name. It should then read the name rank data file searching for that name, case-insensitively (that i…
Your program should give an introduction and then prompt the user for a first na
Your program should give an introduction and then prompt the user for a first name. It should then read the name rank data file searching for that name, case-insensitively (that i…
Your program should give an introduction and then prompt the user for a first na
Your program should give an introduction and then prompt the user for a first name. It should then read the name rank data file searching for that name, case-insensitively (that i…
Your program should give an introduction and then prompt the user for a first na
Your program should give an introduction and then prompt the user for a first name. It should then read the name rank data file searching for that name, case-insensitively (that i…
Your program should give an introduction and then prompt the user for a first na
Your program should give an introduction and then prompt the user for a first name. It should then read the name rank data file searching for that name, case-insensitively (that i…
Your program should have 4 functions. isLeapYear should be a bool value-returnin
Your program should have 4 functions. isLeapYear should be a bool value-returningfunction that determines whether the year, passed by a valueparameter is a leap year getDate is a …
Your program should have 4 functions. isLeapYear should be a bool value-returnin
Your program should have 4 functions. isLeapYear should be a bool value-returningfunction that determines whether the year, passed by a valueparameter is a leap year getDate is a …
Your program should have 4 functions. isLeapYear should be a bool value-returnin
Your program should have 4 functions. isLeapYear should be a bool value-returningfunction that determines whether the year, passed by a valueparameter is a leap year getDate is a …
Your program should implement the following tasks: Display to the user the purpo
Your program should implement the following tasks: Display to the user the purpose of this program In this program you will be converting temperature entered by the user in degree…
Your program should input the user\'s name, their age, and today\'s price for a
Your program should input the user's name, their age, and today's price for a gallon of gas. Make sure to prompt the user for information, such as "please enter your age: ". Once …
Your program should meet one of the requirements. The program extends ConsolePro
Your program should meet one of the requirements. The program extends ConsoleProgram( java--textpad, compiler) * It should ask a series of 5 questions. As with any such Limit, the…
Your program should offer the following menu to the user 1) Print Author name an
Your program should offer the following menu to the user 1) Print Author name and ID Enter integer value 2) 3) Enter floating point value 4) Print stored values clear integers 5) …
Your program should open an ASCII file prog10in.txt for input, sort the data and
Your program should open an ASCII file prog10in.txt for input, sort the data and write the data to a file prog10out.txt. The two file names must be passed to the program. You shou…
Your program should present a menu with 4 options, 1) Print author info 2) perfo
Your program should present a menu with 4 options, 1) Print author info 2) perform integer operation 3) perform floating point operation 0) Exit Where selection 1 prints your info…
Your program should proceed as follows: Display a welcome message. Prompt the us
Your program should proceed as follows: Display a welcome message. Prompt the user for an integer which is 3. If the number entered is < 3, keep prompting the user until they e…
Your program should prompt the user to type in an integer value as the desired o
Your program should prompt the user to type in an integer value as the desired oven temperature. You may assume that this temperature is between 0 and 999. If the number does not …
Your program should prompt the user to type in an integer value n. And you are t
Your program should prompt the user to type in an integer value n. And you are to compute how many prime numbers are less than or equal to n. Here's what I have thus far: #include…
Your program should read a le of integers into an array. The rst line of the le
Your program should read a le of integers into an array. The rst line of the le gives how many integers are stored in the le. (a) You should calculate and display i. the sum of th…
Your program should read oating point values from the input, up to (and includin
Your program should read oating point values from the input, up to (and including) 100 values. Youshould then print the median of the values read by your program.Your program shou…
Your program should read the data from a text file ( Inknapsack.txt )of an unkno
Your program should read the data from a text file (Inknapsack.txt)of an unknown length that corresponds to items weights. The program would then prompt the user for the weight li…
Your program should read the data from a text file (in .txt)of an unknown length
Your program should read the data from a text file (in.txt)of an unknown length that corresponds to items weights. The program would then prompt the user for the weight limits…
Your program should run a Door Prize game. In the game, there are three doors (A
Your program should run a Door Prize game. In the game, there are three doors (A, B, and C) and the contestant gets two guesses. After the contestant guesses the first time, the h…
Your program should start by loading the numbers 2015 and 250 into registers $a0
Your program should start by loading the numbers 2015 and 250 into registers $a0 and $a1 respectively. The start of your program is a good place to initialize any other registers …
Your program should take a string representing a sentence in English and format
Your program should take a string representing a sentence in English and format it properly. The input sentence may have any or all of the following errors: Random letters may be …
Your program should take one of the following four commands from the standard in
Your program should take one of the following four commands from the standard input, and execute corresponding functions. • S • R • W • P s t On reading S, the program stops. On r…
Your program should take postfix expression as an input, process it with the hel
Your program should take postfix expression as an input, process it with the help of stack and display the result after performing required calculations. Only following Binary ope…
Your program should then produce the BBC codeword image that approximates the mo
Your program should then produce the BBC codeword image that approximates the monochrome image. The density of the codeword image should be approximately the same as that of the m…
Your program should use the following main function: //Put your includes, commen
Your program should use the following main function: //Put your includes, comments and function template here int main() { cout << "Minimum between 1 and 3 is " << min…
Your program should: // get an integer from the user and returns it // make 3 ca
Your program should: // get an integer from the user and returns it // make 3 calls to this function: // 1. To get the radius of the circle from the user and return it to main (lo…