Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1071 / 1333
Write a program that calculates the balance of a saving account at the end of a
Write a program that calculates the balance of a saving account at the end of a three month period. It should ask the user for the starting balance. A loop then iterate once for e…
Write a program that calculates the balance of a savings account at the end of a
Write a program that calculates the balance of a savings account at the end of a three-month period. It should ask the user for the starting balance. A loop should then iterate on…
Write a program that calculates the balance of a savings account at the end of a
Write a program that calculates the balance of a savings account at the end of a the three month period. It should ask the user for the starting balance and the annual interest ra…
Write a program that calculates the balance of a savings account at the end of a
Write a program that calculates the balance of a savings account at the end of a three- month period. It should ask the user for the starting balance and the annual interest rate.…
Write a program that calculates the bill for a cable company with two types of c
Write a program that calculates the bill for a cable company with two types of customers -Residential- *Bill processing fee: $4.50 *Basic service fee: $20.50 *Premium channels: $7…
Write a program that calculates the cost of a camping trip based on the followin
Write a program that calculates the cost of a camping trip based on the following chart of costs. Camping Trip Cost Here is an example program dialogues to guide your efforts: Lem…
Write a program that calculates the cost of a meal at Burger Palace based on the
Write a program that calculates the cost of a meal at Burger Palace based on the following chart of costs. Be sure to include 8.25% Sales Tax on every order. Burger Palace Costs H…
Write a program that calculates the cost of landscaping. (Python) Assume you hav
Write a program that calculates the cost of landscaping. (Python) Assume you have a landscaping company and you want to give out estimates for the cost of landscaping. The cost of…
Write a program that calculates the current checking account balance, based on u
Write a program that calculates the current checking account balance, based on user inpu Inputs: Ask user for account number and name. Ask user for opening balance. Ask user for u…
Write a program that calculates the determinant of a 4x4 matrix of double precis
Write a program that calculates the determinant of a 4x4 matrix of double precision values. Create a library that contains three functions: one that calculates the determinant of …
Write a program that calculates the distance a car travels based on the time and
Write a program that calculates the distance a car travels based on the time and speed provided in a file. This program should use the parallel arrays in the main function provide…
Write a program that calculates the expression Res = (A + B) – (C + D), using re
Write a program that calculates the expression Res = (A + B) – (C + D), using registers and variables. Several steps are suggested: In the data segment, define variables ordered b…
Write a program that calculates the frequency counts ofvarious characters and ot
Write a program that calculates the frequency counts ofvarious characters and other interesting items: 1) Obtain file names from the user for both input and output.This must be a …
Write a program that calculates the grades for a course. Your program should pro
Write a program that calculates the grades for a course. Your program should prompt the user for the name of a file that stores exam scores. Each line of the file has the followin…
Write a program that calculates the homework assignment grade points (a 100 poin
Write a program that calculates the homework assignment grade points (a 100 points scale) according to the rule below: Rule #1: The score calculation is based on: 1. all prob…
Write a program that calculates the letter grade based on the average of 3 exam
Write a program that calculates the letter grade based on the average of 3 exam grades. The average of 3 exams is calculated based on the exam weight, which is as follows Exam 1 …
Write a program that calculates the linear regression coefficients v and b using
Write a program that calculates the linear regression coefficients v and b using the least squares method. Your program must import statlib.c to calculate the mean of t and y. The…
Write a program that calculates the mean and standard deviation of a collection
Write a program that calculates the mean and standard deviation of a collection of numbers. 1) Write a function, meanValue that will compute and return the average of the values i…
Write a program that calculates the mean and standard deviation of a collection
Write a program that calculates the mean and standard deviation of a collection of numbers. Remember this is an introductory class for C++ and use the library #include 1) Write a …
Write a program that calculates the mean and standard deviation of a collection
Write a program that calculates the mean and standard deviation of a collection of numbers. This is for an introductory class for C++ and use the library #include iostream, fstrea…
Write a program that calculates the mean and standard deviation of a list of fiv
Write a program that calculates the mean and standard deviation of a list of five numbers. Your program should have two functions main: prints information about the program and di…
Write a program that calculates the mean, median and mode of a given array in th
Write a program that calculates the mean, median and mode of a given array in the following manner: i) Write three functions mean (), median () and mode () that calculates the mea…
Write a program that calculates the occupancy rate for a hotel. The program shou
Write a program that calculates the occupancy rate for a hotel. The program should start by asking the user how many floors the hotel has. Use a for to iterate once for each floor…
Write a program that calculates the occupancy rate of the 120 suites (20 per flo
Write a program that calculates the occupancy rate of the 120 suites (20 per floor) located on the top 6 floors of a 15th floor luxury hotel. There are floors 10-12 and 14-16 beca…
Write a program that calculates the occupancy rate of the 120 suites (20 per flo
Write a program that calculates the occupancy rate of the 120 suites (20 per floor) located on the top 6 floors of a 15-story luxury hotel. These floors are 10-12 and 14-16 becaus…
Write a program that calculates the occupancy rate of the 120 suites (20 per flo
Write a program that calculates the occupancy rate of the 120 suites (20 per floor) located on the top 6 floors of a 15-story luxury hotel. These floors are 10-12 and 14-16 becaus…
Write a program that calculates the product of two matrices containing real numb
Write a program that calculates the product of two matrices containing real numbers. First, ask the user to define A, B, and C, where the first matrix must be of size (AxB; rows x…
Write a program that calculates the product of two matrices containing real numb
Write a program that calculates the product of two matrices containing real numbers. First, ask the user to define A, B, and C, where the first matrix must be of size (AxB; rows x…
Write a program that calculates the speed of sound (?) in air of temperature T (
Write a program that calculates the speed of sound (?) in air of temperature T (in Fahrenheit). The formula to compute the speed in ft/sec is: a=1086*sqrt((5T+297)/247)Be sure you…
Write a program that calculates the standard deviation and the median of a sorte
Write a program that calculates the standard deviation and the median of a sorted array of floating point numbers.(working with Floating Points ). the programming language is : mi…
Write a program that calculates the sum of the squares of the integers from 1 to
Write a program that calculates the sum of the squares of the integers from 1 to MySquare, where MySquare is input by the user. Validates user input by checking to make sure that …
Write a program that calculates the tip and the total cost for a meal. 1. Prompt
Write a program that calculates the tip and the total cost for a meal. 1. Prompts the user for the cost of the meal (without tip) 2. Prompts the user for the percentage you want t…
Write a program that calculates the total grade for N classroom exercises as a p
Write a program that calculates the total grade for N classroom exercises as a percentage. The user should input the value for N followed by each of the N scores and totals. Calcu…
Write a program that calculates the total grade for three classroom exercises as
Write a program that calculates the total grade for three classroom exercises as a percentage. The score should be summarized in a table. Input the assignment information in t…
Write a program that calculates the total grade for three classroom exercises as
Write a program that calculates the total grade for three classroom exercises as a percentage. Use the DecimalFormat class to output the values as a percent. The scores should be …
Write a program that calculates the value of PI and then computes and displays t
Write a program that calculates the value of PI and then computes and displays the area of a circle with radius entered by the user. PI must be approximated using the following fo…
Write a program that calculates the value of a stock sale. The user will be prom
Write a program that calculates the value of a stock sale. The user will be prompted to enter the stock price, the number of shares to be sold, and the commission rate. The progra…
Write a program that calculates tip amount from a restaurant bill. You enter the
Write a program that calculates tip amount from a restaurant bill. You enter the bill amount and the program will calculate the tax (10%) and fill out the amount for Tax and Total…
Write a program that calculates tip amount from a restaurant bill. You enter the
Write a program that calculates tip amount from a restaurant bill. You enter the bill amount and the program will calculate the tax (10%) and fill out the amount for Tax and Total…
Write a program that calculates trigonometric values The program allows the user
Write a program that calculates trigonometric values The program allows the user to select beginning and ending values for a range of degrees and an increment between these ranges…
Write a program that calculates voltage from current and resistance values. Crea
Write a program that calculates voltage from current and resistance values. Create three one-dimensional arrays named current, resistance and voltage, each capable of holding 10 d…
Write a program that calculates voltage from current and resistance values. Writ
Write a program that calculates voltage from current and resistance values. Write the calcVolts() function (prototype, header, body) using pointers. #include <iostream> #inc…
Write a program that calculates weekly payment. The program will ask the user fu
Write a program that calculates weekly payment. The program will ask the user full name, ID number (make one up), and hours worked. An hourly worker’s gross pay is basically his/h…
Write a program that calculates weekly payment. Use two functions The program wi
Write a program that calculates weekly payment. Use two functions The program will ask the user full name, ID number (make one up), and hours worked. An hourly worker’s gross pay …
Write a program that calculates your provisional final grade in Java! Read a fil
Write a program that calculates your provisional final grade in Java! Read a file that contains each grade Each type of grade is denoted by a header and every grade are on separat…
Write a program that calculatesand prints the monthly paycheck for an employee.
Write a program that calculatesand prints the monthly paycheck for an employee. the net pay is calculated after taking the following deductions: federal income tax: 15%, state tax…
Write a program that calls a function calculateSum to calculate the sum of N int
Write a program that calls a function calculateSum to calculate the sum of N integers. The function calculateSum has one parameter n of type integer and returns an integer which r…
Write a program that calls a function digit(): int digit (int n, int k) This fun
Write a program that calls a function digit(): int digit (int n, int k) This function returns the k thdigit of the positive integer n. For example, ifn is the integer 29415, then …
Write a program that calls a function in order to compute the determinant of arr
Write a program that calls a function in order to compute the determinant of array X. Read a matrix from “testmat.txt” and display the determinant to the user. Finding the determi…
Write a program that calls a function to add two arrays // usual stuff: #include
Write a program that calls a function to add two arrays // usual stuff: #includes, #defines, function prototype, main function /* * Adds corresponding elements of arrays ar1 and a…