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 1120 / 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 to answer questions like the following: Suppose the species Klin
Write a program to answer questions like the following: Suppose the species Klingon ox has a population of 100 and a growth rate of 15 percent, and the species elephant has a popu…
Write a program to answer questions like the following: Suppose the species Klin
Write a program to answer questions like the following: Suppose the species Klingon ox has a population of 100 and a growth rate of 15 percent, and the species elephant has a popu…
Write a program to ask for Part number, part name, partclass, number in stock an
Write a program to ask for Part number, part name, partclass, number in stock and unit price. The data should be read into a struct and passed to a function which writes it out to…
Write a program to ask for any amount from 0 to 99. This is the amount of change
Write a program to ask for any amount from 0 to 99. This is the amount of change to be made. The program should calculate the number of quarters, dimes, nickels, and pennies to ma…
Write a program to ask the user for a positive integer n, allocate enough space
Write a program to ask the user for a positive integer n, allocate enough space on the heap for an array of integers that has n elements and then fill that array with random value…
Write a program to ask the user to enter the coefficients a, b, and c of the qua
Write a program to ask the user to enter the coefficients a, b, and c of the quadratic equation then computes and displays its solutions. The coefficients could be any real number…
Write a program to ask the user to input a binary number (largest is 1111111111)
Write a program to ask the user to input a binary number (largest is 1111111111), such as 1001 which equals to decimal number 9. Use int variable to store the binary number. Then,…
Write a program to ask theuser to enter the width and length of a rectangle, and
Write a program to ask theuser to enter the width and length of a rectangle, and displaythe rectangle’s area.The main function in this program should call the followingfunctions: …
Write a program to ask two people for their account balance. Then, based on who
Write a program to ask two people for their account balance. Then, based on who has the most money, all subsequent purchases will be charged to his or her account. Example User in…
Write a program to ask user to enter number of codes. Assign a letter for each c
Write a program to ask user to enter number of codes. Assign a letter for each code and possibility. Create a Huffman code for each letter. Not working this code which given on ch…
Write a program to assign passengers seats in an airplane Assume a small airplan
Write a program to assign passengers seats in an airplane Assume a small airplane with seat numbering as follows: A B C D A B C D A B C D A B C D A B C D A B C D A B C D The progr…
Write a program to assign passengers seats in an airplane Assume a small airplan
Write a program to assign passengers seats in an airplane Assume a small airplane with seat numbering as follows: A B C D A B C D A B C D A B C D A B C D A B C D A B C D The progr…
Write a program to assign passengers seats in an airplane. Assume a small airpla
Write a program to assign passengers seats in an airplane. Assume a small airplane with seat numberings as follows: 1 A B C D 2 A B C D 3 A B C D 4 A B C D 5 A B C D 6 A B C D 7 A…
Write a program to assign passengers seats in an airplane. Assume a small airpla
Write a program to assign passengers seats in an airplane. Assume a small airplane, such as the Canadair CRJ flown by many regional airlines, is the one being used. As shown in th…
Write a program to assign passengers seats in an airplane. Assume a small airpla
Write a program to assign passengers seats in an airplane. Assume a small airplane with seat numbering as follows: 1ABC D 2ABC D 3ABC D 4ABC D 5ABC D 6ABC D 7ABC D The program sho…
Write a program to assign passengers seats in an airplane. Assume a small airpla
Write a program to assign passengers seats in an airplane. Assume a small airplanewith seat numbering as follows:1 A B C D2 A B C D3 A B C D4 A B C D5 A B C D6 A B C D7 A B C DYou…
Write a program to assign passengers seats in an airplane. Assume a small airpla
Write a program to assign passengers seats in an airplane. Assume a small airplane with seat numbering as follows: A B C D A B C D A B C D A B C D A B C D A B C D A B C D The prog…
Write a program to assign seats to passengers in an airplane. The program asks t
Write a program to assign seats to passengers in an airplane. The program asks the user for the number of rows of seats and the number of seats per row, and creates a two-dimensio…
Write a program to assist in monitoring the gasoline supply in a refinery storag
Write a program to assist in monitoring the gasoline supply in a refinery storage tank. Your program should alert the supervisor when the supply of gasoline in the tank falls belo…
Write a program to assist in monitoring the gasoline supply in a refinery storag
Write a program to assist in monitoring the gasoline supply in a refinery storage tank. Your program should alert the supervisor when the supply of gasoline in the tank falls belo…
Write a program to assist in the design of a hydroelectric dam. Prompt the user
Write a program to assist in the design of a hydroelectric dam. Prompt the user for the height of the dam and for the number of cubic meters of water that are projected to flow fr…
Write a program to assist travelers in completing their travel expense claim. Wh
Write a program to assist travelers in completing their travel expense claim. When you travel for business your company will reimburse you for your travel expenses. To be reimburs…
Write a program to automate a stock trading company. At the end of each trading
Write a program to automate a stock trading company. At the end of each trading day, the company would like to generate and post the listing of its stocks. The desired output is t…
Write a program to automatically add comments to code. Specifically, your progra
Write a program to automatically add comments to code. Specifically, your program should prompt the user for the names of an input C++ program file, and output program file. It sh…
Write a program to be used as a calculator. It should be able to add(+), subtrac
Write a program to be used as a calculator. It should be able to add(+), subtract(-),multiply(*),divide(/),to find remainder of integer division(%),exponent(e),and square root (s)…
Write a program to be used as a math tutor for a young student. The program shou
Write a program to be used as a math tutor for a young student. The program should display a menu allowing the user to select addition, subtraction, multiplication or division. Th…
Write a program to be used in a cannon training simulation. The user will enter
Write a program to be used in a cannon training simulation. The user will enter the speed the cannon shoots, the angle it is aimed, and the x and y coordinates of the target. The …
Write a program to build a sentence based on a random number of words entered by
Write a program to build a sentence based on a random number of words entered by the user. The random number of words is to be generated by the program and should be an integer be…
Write a program to build a sentence based on a random number of words entered by
Write a program to build a sentence based on a random number of words entered by the user. The random number of words is to be generated by the program and should be an integer be…
Write a program to build a sentence based on a random number of words entered by
Write a program to build a sentence based on a random number of words entered by the user. The random number of words is to be generated by the program and should be an integer be…
Write a program to calcuate students\' average test scores and their grades. You
Write a program to calcuate students' average test scores and their grades. You may assume the following input data: Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11 …
Write a program to calculate an approximate integral of the function f(x) = 0.1x
Write a program to calculate an approximate integral of the function f(x) = 0.1x^3 + 1 over the interval [a, b] using the trapezoidal method with n subintervals, where a. 6, and n…
Write a program to calculate an approximate integral of the function f(x) = 0.1x
Write a program to calculate an approximate integral of the function f(x) = 0.1x^3 + 1 over the interval [a, b] using the trapezoidal method with n subintervals, where a, b, and n…
Write a program to calculate an emploryee\'s weekly pay. The four inputs are hou
Write a program to calculate an emploryee's weekly pay. The four inputs are hours worked, hourly pay rate, number of dependents (assume < 13), and tax bracket. The three output…
Write a program to calculate and display a person’s Body Mass Index (BMI). BMI i
Write a program to calculate and display a person’s Body Mass Index (BMI). BMI is an internationally used measure of obesity. Depending on where you live, either use the Imperial …
Write a program to calculate students average test scores and their grades. You
Write a program to calculate students average test scores and their grades. You may assume the following data: Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11 90 73 …
Write a program to calculate students average test scores and their grades. You
Write a program to calculate students average test scores and their grades. You may assume the following data: Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11 90 73 …
Write a program to calculate students average test scores and their grades. You
Write a program to calculate students average test scores and their grades. You may assume the following data: Use three arrays: a dimensional array to store the test score, and a…
Write a program to calculate students\' average test scores and their grades. Yo
Write a program to calculate students' average test scores and their grades. You may assume the following input data: 13. Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 8…
Write a program to calculate students’ average test scores and their grades. You
Write a program to calculate students’ average test scores and their grades. You may assume the following input data: Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11…
Write a program to calculate students’ average test scores and their grades. You
Write a program to calculate students’ average test scores and their grades. You may assume the following input data: Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11…
Write a program to calculate students’ average test scores and their grades. You
Write a program to calculate students’ average test scores and their grades. You may assume the following input data: Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11…
Write a program to calculate students’ average test scores and their grades. You
Write a program to calculate students’ average test scores and their grades. You may assume the following input data: Create a text file called arrays.txt with this data. Johnson …
Write a program to calculate the Nth number in the Fibonacci Sequence. You may u
Write a program to calculate the Nth number in the Fibonacci Sequence. You may use the any of the frameworks provided on blackboard in the frameworks zip. If you use console 32 or…
Write a program to calculate the area of several basic geometric shapes. The pro
Write a program to calculate the area of several basic geometric shapes. The program first asks the user for a shape ( C = Circle , R = Rectangle , S = Square , and T = Triangle )…
Write a program to calculate the area of several basic geometric shapes. The pro
Write a program to calculate the area of several basic geometric shapes. The program first asks the user for a shape ( C = Circle, R = Rectangle, S = Square, and T = Triangle). Th…
Write a program to calculate the average and the standard deviation of a list of
Write a program to calculate the average and the standard deviation of a list of numbers. You program should... Prompt for the number of values the user wishes to enter Prompt the…
Write a program to calculate the average of all scores entered between 0 and 100
Write a program to calculate the average of all scores entered between 0 and 100. Use a sentinel-controlled loop variable to terminate the loop. After values are entered and the a…
Write a program to calculate the average test score of each student and the clas
Write a program to calculate the average test score of each student and the class average. The program first prompts the user to enter number of students (N) and the number of tes…
Write a program to calculate the balance and minimum payment for a credit card s
Write a program to calculate the balance and minimum payment for a credit card statement. See Fig. 5.27. The program should use the event procedure shown in Fig 5.28. The finance …