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 1122 / 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 compute numeric grades for a course. The course records are i
Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each…
Write a program to compute numeric grades for a course. The course records are i
Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each…
Write a program to compute numeric grades for a course. The course records are i
Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each…
Write a program to compute numeric grades for a course. The course records are i
Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each…
Write a program to compute numeric grades for a course. The course records are i
Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each…
Write a program to compute numeric grades for a course. The records are in a fil
Write a program to compute numeric grades for a course. The records are in a file that will serve as the input file. The input file is in exactly the following format: Each line c…
Write a program to compute selling-price of sugar that is to be sold in boxes of
Write a program to compute selling-price of sugar that is to be sold in boxes of different geometric shapes. The price of the sugar is to be calculated according to the volume of …
Write a program to compute some statistics on the cost of operating the above ca
Write a program to compute some statistics on the cost of operating the above car each time you fill up with gas. Your program should prompt the user for the number of gallons use…
Write a program to compute that volume of a cube or the volume of a sphere. For
Write a program to compute that volume of a cube or the volume of a sphere. For the cube, you will be need to prompt the user for the length of one side of the cube. For the spher…
Write a program to compute the Mileage given by a vehicle. Mileage = (new_odomet
Write a program to compute the Mileage given by a vehicle. Mileage = (new_odometer – old_odometer)/(gallons_gas) ***illustrating how ‘for’ loop works. This program needs to work w…
Write a program to compute the amount of money you will have on an initial amoun
Write a program to compute the amount of money you will have on an initial amount invested for a number of years at an annual percentage rate of interest. The user also adds a fix…
Write a program to compute the area of a user-defined shape. Your program needs
Write a program to compute the area of a user-defined shape. Your program needs to have an enumeration date-type with four possible shapes (i) Circle (ii) Rectangle (iii) Parallel…
Write a program to compute the diameter in centimeters of a steel rod, an alumin
Write a program to compute the diameter in centimeters of a steel rod, an aluminum rod, and a copper rod, which can withstand a particular compression load. The allowable compress…
Write a program to compute the diameter in centimeters of a steel rod, an alumin
Write a program to compute the diameter in centimeters of a steel rod, an aluminum rod, and a copper rode, which can withstand a particular compression load. The allowable compres…
Write a program to compute the diameter in centimeters of a steel rod, an alumin
Write a program to compute the diameter in centimeters of a steel rod, an aluminum rod, and a copper rod, which can withstand a particular compression load. The allowable compress…
Write a program to compute the diameter in centimeters of a steel rod, an alumin
Write a program to compute the diameter in centimeters of a steel rod, an aluminum rod, and a copper rod, which can withstand a particular compression load. The allowable compress…
Write a program to compute the diameter in centimeters of a steel, aluminum, and
Write a program to compute the diameter in centimeters of a steel, aluminum, and copper rod, which can withstand a particular compression load. The allowable compression stress of…
Write a program to compute the exact number of days between any two dates in his
Write a program to compute the exact number of days between any two dates in history. Call this program file b.c. A sample run, with user input in boldface, would be: Note that th…
Write a program to compute the exact number of days between any two dates in his
Write a program to compute the exact number of days between any two dates in history. Call this program file b.c. A sample run, with user input in boldface, would be: Note that th…
Write a program to compute the exact number of days between any two dates in his
Write a program to compute the exact number of days between any two dates in history. This is in C programming, and on UNIX server, so <conio.h> is not a valid headerfile!!!…
Write a program to compute the greatest common divisor ( GCD ) of two given inte
Write a program to compute the greatest common divisor (GCD) of two given integers, using the Euclidean Algorithm. You are encouraged to implement both the recursive and non-recur…
Write a program to compute the gross pay and net pay for five (5)employees. Your
Write a program to compute the gross pay and net pay for five (5)employees. Your program will get its input from a file named "pa3.input" – and you must create this file. Thefile …
Write a program to compute the interest due, total amount dueand the minimum pay
Write a program to compute the interest due, total amount dueand the minimum payment for a revolving credit account. The program accepts the account balance input, then adds on th…
Write a program to compute the mathematical constant e, the base of natural loga
Write a program to compute the mathematical constant e, the base of natural logarithms, from the definition e = lim n rightarrow infinity (1 + 1/n)n. Specifically, compute (1 + l …
Write a program to compute the power loss in a transmission line with a resistan
Write a program to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. Compute the power loss if 500kw of power is transmitted from a power generati…
Write a program to compute the power loss in a transmission line with a resistan
Write a program to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. Compute the power loss if 500 kW of power is transmitted from a power generat…
Write a program to compute the power loss in a transmission line with a resistan
Write a program to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. Compute the power loss if 500 kW of power is transmitted from a power generat…
Write a program to compute the subtotal, tax(8% of subtotal) and total an order.
Write a program to compute the subtotal, tax(8% of subtotal) and total an order. The program will first ask for numbers of items in the oreder. The program will read in the price …
Write a program to compute the total score and assign letter grades to students
Write a program to compute the total score and assign letter grades to students for a course.The total score is a weighted sum of grades from five quizzes, five homeworks, and thr…
Write a program to compute the total score and assign letter grades to students
Write a program to compute the total score and assign letter grades to students for a course. The total score is a weighted sum of grades from five quizzes, five homeworks, and th…
Write a program to compute the unsteady behavior of the following equation =v in
Write a program to compute the unsteady behavior of the following equation =v in a periodic domain of length l with v= 0.01. This is usually called the nonlinear advection-diffusi…
Write a program to compute your final grade in this class. Assume that your fina
Write a program to compute your final grade in this class. Assume that your final exam grade is 100 and your overall attendance is 5%. Use at least two functions and two arrays. D…
Write a program to control a bread machine. Allow the user to input the type of
Write a program to control a bread machine. Allow the user to input the type of bread as w for White and s for Sweet. Ask the user if the loaf size is double and if the baking is …
Write a program to control a bread machine. Allow the user to input type of brea
Write a program to control a bread machine. Allow the user to input type of bread as W for White and S for Sweet. Ask the user if the loaf size is double and if the baking is manu…
Write a program to convert a 4 digit hexadecimal number into decimal. The user s
Write a program to convert a 4 digit hexadecimal number into decimal. The user should be instructed to enter a 4-digit hexadecimal number. The corresponding decimal number (0 to 6…
Write a program to convert a 4 digit hexadecimal number into decimal. The user s
Write a program to convert a 4 digit hexadecimal number into decimal. The user should be instructed to enter a 4-digit hexadecimal number. The corresponding decimal number (0 to 6…
Write a program to convert a 4 digit hexadecimal number into decimal. The user s
Write a program to convert a 4 digit hexadecimal number into decimal. The user should be instructed to enter a 4-digit hexadecimal number. The corresponding decimal number (0 to 6…
Write a program to convert a Celsius temperature to a Fahrenheit temperature. Yo
Write a program to convert a Celsius temperature to a Fahrenheit temperature. Your program should have two methods: main method accepts from the user two input (positive or negati…
Write a program to convert a Celsius temperature to a Fahrenheit temperature. Yo
Write a program to convert a Celsius temperature to a Fahrenheit temperature. Your program should have two methods: main method accepts from the user two input (positive or negati…
Write a program to convert a US Customary system length in miles, yards, feet, a
Write a program to convert a US Customary system length in miles, yards, feet, and inches to a Matric length in kilometers, meters, and centimeters. After the numbers of miles,yar…
Write a program to convert a real number into floating point representation with
Write a program to convert a real number into floating point representation without using the internal "float" type or any C libraries other than the one explicitly allowed. Here …
Write a program to convert a real number into floating point representation with
Write a program to convert a real number into floating point representation without using the internal "float" type or any C libraries other than the one explicitly allowed. Here …
Write a program to convert between centigrade and fahrenheit temperatures. Your
Write a program to convert between centigrade and fahrenheit temperatures. Your solution must utilize functions to perform the conversions. Your functions must meet these requirem…
Write a program to convert between centigrade and fahrenheittemperatures. Your s
Write a program to convert between centigrade and fahrenheittemperatures. Your solution must utilize functions to perform the conversions. Yourfunctions must meet these requiremen…
Write a program to convert currencies between British currency of pounds and pen
Write a program to convert currencies between British currency of pounds and pence, in which 1 pound contains 100 pence, and U.S. currency in dollars and cents. Assume an exchange…
Write a program to convert from decimal to Hexadecimal. CANNOT use Integer.toHex
                    Write a program to convert from decimal to Hexadecimal. CANNOT use Integer.toHexString(in). Program also has to check if decimal                     entered is…
Write a program to convert from decimal to Hexadecimal. CANNOT use Integer.toHex
                    Write a program to convert from decimal to Hexadecimal. CANNOT use Integer.toHexString(in). Program also has to check if decimal                     entered is…
Write a program to convert from decimal to Hexadecimal. Cannot use Integer.toHex
Write a program to convert from decimal to Hexadecimal. Cannot use Integer.toHexString(in). Program also has to check if decimal entered is possitive.This is what I have so far. C…
Write a program to convert from metric units to standard units. Specification Cr
Write a program to convert from metric units to standard units. Specification Create a MetricConverter class with the following public static functions to convert from metric unit…
Write a program to convert infix string to postfix string using stakes. you has
Write a program to convert infix string to postfix string using stakes. you has to implement : 1) a class to implement stack. 2) stack should be dynamically implemented. 3).Take a…