Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1090 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Write a program that opens two text files for input and one for output. The prog
Write a program that opens two text files for input and one for output. The program should concatenate the corresponding lines of the input files, use a space as a separator, and …
Write a program that operates a currency conversion between US Dollar (USD) and
Write a program that operates a currency conversion between US Dollar (USD) and EURO (EUR). 1)Immediately after execution, the program asks the user to insert the exchange rate fr…
Write a program that operates a currency conversion between US Dollar (USD) and
Write a program that operates a currency conversion between US Dollar (USD) and EURO (EUR). 1) Immediately after execution, the program asks the user to insert the exchange rate f…
Write a program that orders three double numbers by increasing value. The progra
Write a program that orders three double numbers by increasing value. The program should include a function named sort3 that takes three double * arguments (pointer to double). Th…
Write a program that outputs a dentist bill. For members of a dental plan, the b
Write a program that outputs a dentist bill. For members of a dental plan, the bill consists of the service charge (for the particular procedure performed) and test fees, input to…
Write a program that outputs a dentist bill. For members of adental plan, the bi
Write a program that outputs a dentist bill. For members of adental plan, the bill consists of the service charge (for the particular procedure performed) and testfees, input to t…
Write a program that outputs a histogram of grades for an assignment given to a
Write a program that outputs a histogram of grades for an assignment given to a class of students. The program should input each student's grade as an integer and store the grade …
Write a program that outputs a histogram of grades for an assignment given to a
Write a program that outputs a histogram of grades for an assignment given to a class of students. The program should input each student's grade as an integer and store the grade …
Write a program that outputs a histogram of grades for an assignment given to a
Write a program that outputs a histogram of grades for an assignment given to a class of students. The program should input each student's grade as an integer and store the grade …
Write a program that outputs a histogram of grades for an assignment given to a
Write a program that outputs a histogram of grades for an assignment given to a class of students. The program should input each student's grade as an integer and store the grade …
Write a program that outputs all 99 stanzas of the \"Ninety Nine Bottles of beer
Write a program that outputs all 99 stanzas of the "Ninety Nine Bottles of beer on the Wall" song. Your program should print the number of bottles in English, not as a number. For…
Write a program that outputs all 99 stanzas of the \"Ninety-Nine Bottles of Beer
Write a program that outputs all 99 stanzas of the "Ninety-Nine Bottles of Beer on the Wall" song. Your program should print the number of bottles in English, not as a number: Nin…
Write a program that outputs inflation rates for two successive years and whethe
Write a program that outputs inflation rates for two successive years and whether the inflation is increasing or decreasing. Ask the user to input the current price of an item and…
Write a program that outputs inflation rates for two successive years and whethe
  Write a program that outputs inflation rates for two successive years and whether the inflation is increasing or decreasing. Ask the user to input the current price of an item a…
Write a program that outputs inflation rates for two successive years and whethe
Write a program that outputs inflation rates for two successive years and whether the inflation is increasing or decreasing. Ask the user to input the current price of an item and…
Write a program that outputs inflation rates for two successive years and whethe
Write a program that outputs inflation rates for two successive years and whether the inflation rates are increasing or decreasing. Ask the user to input the current price of an i…
Write a program that outputs inflation rates for two successive years and whethe
Write a program that outputs inflation rates for two successive years and whether the inflation is increasing or decreasing. Ask the user to input the current price of an item and…
Write a program that outputs inflation rates for two successive years and whethe
Write a program that outputs inflation rates for two successive years and whether the inflation is increasing or decreasing. Ask the user to input the current price of an item and…
Write a program that outputs the lyrics for the song “Ninety-Nine Bottles of Bee
Write a program that outputs the lyrics for the song “Ninety-Nine Bottles of Beer on the Wall.” Your program should print the number of bottles in English, not as a number. For ex…
Write a program that outputs the nodes of a graph in a Depth first traversal. So
Write a program that outputs the nodes of a graph in a Depth first traversal.
Write a program that outputs the nodes of a graph in a depth first traversal Sol
Write a program that outputs the nodes of a graph in a depth first traversal
Write a program that outputs the nodes of a graph in a depth first traversal. So
Write a program that outputs the nodes of a graph in a depth first traversal.
Write a program that outputs the nodes of a graph in a depth first traversal. So
Write a program that outputs the nodes of a graph in a depth first traversal.
Write a program that outputs the nodes of a graph in a depth-first traversal. Wi
Write a program that outputs the nodes of a graph in a depth-first traversal. Will rate very high for working code. Thanks in advance
Write a program that outputs to a file (called out.txt) the content of an input
Write a program that outputs to a file (called out.txt) the content of an input file (called in.txt) and in addition it outputs to the file out.txt the following information about…
Write a program that overloads functions. The program will determine the average
Write a program that overloads functions. The program will determine the average of 3 integers and the average of 3 doubles. You should call a function to get user input for 3 int…
Write a program that performs Huffman coding and compression using a binary tree
Write a  program  that  performs  Huffman coding  and  compression  using  a  binary  tree.lang="en-us"> PDF that might tell the detail https://docs.google.com/file/d/0ByJxQ-A3…
Write a program that performs Huffman encoding and compression using a binary tr
Write a program that performs Huffman encoding and compression using a binary tree. Huffman coding is an algorithm devised by David A. Huffman of MIT in 1952 for compressing text …
Write a program that performs Huffman encoding and compression using a binary tr
Write a program that performs Huffman encoding and compression using a binary tree. Huffman coding is an algorithm devised by David A. Huffman of MIT in 1952 for compressing text …
Write a program that performs Huffman encoding and compression using a binary tr
Write a program that performs Huffman encoding and compression using a binary tree. Huffman coding is an algorithm devised by David A. Huffman of MIT in 1952 for compressing text …
Write a program that performs a numerical integration of a set of data points fr
Write a program that performs a numerical integration of a set of data points from a file using the trapezoidal method. The program should be written so that it accepts a data fil…
Write a program that performs a simple n-body simulation, called \"Jumping Lepre
Write a program that performs a simple n-body simulation, called "Jumping Leprechauns." This simulation involves n leprechauns, numbered 1 to n. It maintains a gold value g_i for …
Write a program that performs a simulation to estimate the probability of rollin
Write a program that performs a simulation to estimate the probability of rolling five-of-a-kind in single roll of five six-sided dice. Use top-down design, and bottom up implemen…
Write a program that performs a simulation to estimate the probability of rollin
Write a program that performs a simulation to estimate the probability of rolling five-of-a-kind in single roll of five six-sided dice. Use top-down design, and bottom up implemen…
Write a program that performs a survey tally on beverages. The program should pr
Write a program that performs a survey tally on beverages. The program should prompt for the next person until a sentinel value of -1 is entered to terminate the program. Each per…
Write a program that performs basic vector operations as follows. The user shoul
Write a program that performs basic vector operations as follows. The user should first input two 3D vectors (px, py, pz) and (qx, qy, qz). They should then input one of the four …
Write a program that performs conversion between temperatures. You will first re
Write a program that performs conversion between temperatures. You will first read a character for the type of the temperature and a floating point value for the temperature from …
Write a program that performs multiple die rolls using a random number generator
Write a program that performs multiple die rolls using a random number generator. Each die must be assigned an integer value between 1 and 6 inclusive, with uniform probability fo…
Write a program that performs text encryption and decryption on a certain input
Write a program that performs text encryption and decryption on a certain input string. First, ask the user to input a string. Then, ask the user for an encryption parameter, betw…
Write a program that performs the following tasks ( you can use/modify the demo
Write a program that performs the following tasks (you can use/modify the demo codes in class notes): In the main function, declare a float array: test Initialize array elements w…
Write a program that performs the following tasks. (You can either use classical
Write a program that performs the following tasks. (You can either use classical Vectors, or "generics" Vectors) * The program should ask the user to input 10 String items, one at…
Write a program that performs the following tasks. 1) Declare an int variable nu
Write a program that performs the following tasks. 1) Declare an int variable num and initialize it to 1000. Declare a pointer variable ptrNum of type int and let it point to num.…
Write a program that performs the following tasks. 1)Declare an int variable roo
Write a program that performs the following tasks. 1)Declare an int variable room and assign an integer value 12 to it. Declare a pointer variable roomptr that points to room. Wri…
Write a program that performs these steps: Asks the user how many bank accounts
Write a program that performs these steps: Asks the user how many bank accounts are in the bank Make a new array to hold the specified number of BankAccounts In a loop, ask the us…
Write a program that performs zero-one matrix operations, including the join, th
Write a program that performs zero-one matrix operations, including the join, the meet, and the Boolean product. Your matrices should be of type bool and use logical AND (&&am…
Write a program that picks four cards from a deck of 52 cards and compute their
Write a program that picks four cards from a deck of 52 cards and compute their sum. An Ace, King, Queen, Jack represent 1,13,12,11, respectively. Your program needs to ask the us…
Write a program that play a game of \"guess the number \" as follow: Your progra
Write a program that play a game of "guess the number " as follow: Your program chooses the number to be guessed by selecting an integer at random in the range 1 to 1000. The prog…
Write a program that plays a game called Catch-the-Creature. Use an image to rep
Write a program that plays a game called Catch-the-Creature. Use an image to represent the creature. Have the creature appear at a random location for a random duration, then disa…
Write a program that plays a game called Catch-the-Creature. Use an image to rep
Write a program that plays a game called Catch-the-Creature. Use an image to represent the creature. Have the creature appear at a random location for a random duration, then disa…
Write a program that plays a game where a player is asked to fill in various wor
Write a program that plays a game where a player is asked to fill in various words of a mostly complete story without being able to see the rest. Then the user is shown his/her st…