Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1121 / 1333
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. the program should use the event procedure shown in fig 5.31. The finance charge is 1.5% …
Write a program to calculate the balance and the minimum payment for a credit ca
Write a program to calculate the balance and the minimum payment for a credit card statement. The grogram should use the event procedure shown below. The finance charge is 1.5% of…
Write a program to calculate the cost and time it takes to fill a swimming pool.
Write a program to calculate the cost and time it takes to fill a swimming pool. _ Inputs: Length, Width, and Depth of the pool Fill rate of the pool in Gallons per minute _ Write…
Write a program to calculate the cost of a pizza order. The user will input the
Write a program to calculate the cost of a pizza order. The user will input the number of pizzas the customer wants to order into the form and the program will determine the total…
Write a program to calculate the cost of making a rectangular steel box. The pro
Write a program to calculate the cost of making a rectangular steel box. The program should read in the desired length l_box, the width w_box, and the height h_box, and the cost i…
Write a program to calculate the current semester\'s grade point average and the
Write a program to calculate the current semester's grade point average and the cumulative grade point average of a student. The program should use an input data file to: read the…
Write a program to calculate the derivative of an arbitrary input function with
Write a program to calculate the derivative of an arbitrary input function with arbitrary duration and arbitrary limits. Remember to check that you start calculating at least at t…
Write a program to calculate the factorial by means of a function. Note: The res
Write a program to calculate the factorial by means of a function.Note: The result will not be accurate for relatively larger numbers withthe built-in C++ data types. Expected Out…
Write a program to calculate the factorial of a number. The factorial n! of a po
Write a program to calculate the factorial of a number. The factorial n! of a positive number (integer) is defined by n! = n*(n-1)*(n-2)*...*3*2*1, where 0! = 1. In function main …
Write a program to calculate the final or interim grades for the class. The calc
Write a program to calculate the final or interim grades for the class. The calculation would involve points obtained by a number of students in various assignments, quizzes, proj…
Write a program to calculate the frequency co8unts of variouscharacters and othe
Write a program to calculate the frequency co8unts of variouscharacters and other items: 1) Obtain file names for both input and output from theuser. It is a function call. Don't …
Write a program to calculate the hypotenuse of a right angledtriangle by inputti
Write a program to calculate the hypotenuse of a right angledtriangle by inputting the length of other 2 sides from the keyboardusing the following equation:- sideC = sqrt( sideA …
Write a program to calculate the mean, variance, and standard deviation of the f
Write a program to calculate the mean, variance, and standard deviation of the first n positive integer numbers. The mean ( M ), variance ( V ), and standard deviation ( S ) of a …
Write a program to calculate the mean, variance, and standard deviation of the f
Write a program to calculate the mean, variance, and standard deviation of the first n positive integer numbers. The mean (M), variance (V), and standard deviation(S) of a set of …
Write a program to calculate the number of days between two dates. Each date is
Write a program to calculate the number of days between two dates. Each date is represented by three integers: day, month, and year. Validate the user input and if it is invalid, …
Write a program to calculate the perimeter and area of a shape. Define a Shape c
Write a program to calculate the perimeter and area of a shape. Define a Shape class as an abstract class. The Shape class should have necessary fields and methods to calculate pe…
Write a program to calculate the profit (or loss) of the stock transaction. In a
Write a program to calculate the profit (or loss) of the stock transaction. In a purchasing Input section, ask the user for: The number of shares of stock purchased (as an integer…
Write a program to calculate the property tax. Property tax iscalculated on 92%
Write a program to calculate the property tax. Property tax iscalculated on 92% of the assessed value of the property. Forexample, if the assessed value is 100000, the property ta…
Write a program to calculate the real roots of a quadratic equation ax2 + bc + c
Write a program to calculate the real roots of a quadratic equation ax2 + bc + c =0. First, prompt the user to enter the double precision coefficients a, b, c. Then call the funct…
Write a program to calculate the rent of a user defined space and dimensions. Th
Write a program to calculate the rent of a user defined space and dimensions. The total rent should allow the calculation of three primary shapes(squares, rectangles, & circle…
Write a program to calculate the result of one of three operations (minimum, L1
Write a program to calculate the result of one of three operations (minimum, L1 norm, L2 norm) ona vector of three numbers. To begin, have the user input three numbers at the keyb…
Write a program to calculate the result of one of three operations (minimum, L1
Write a program to calculate the result of one of three operations (minimum, L1 norm, L2 norm) on a vector of three numbers. To begin, have the user input three numbers at the key…
Write a program to calculate the store\'s weekly payroll. The store\'s employees
Write a program to calculate the store's weekly payroll. The store's employees are paid hourly. Overtime is to be paid at the rate of 1.5 times the normal rate for hours an employ…
Write a program to calculate the store\'s weekly payroll. The store\'s employees
Write a program to calculate the store's weekly payroll. The store's employees are paid hourly. Overtime is to be paid at the rate of 1.5 times the normal rate for hours an employ…
Write a program to calculate the telephone charges for a number of customers. Th
Write a program to calculate the telephone charges for a number of customers. The data for each customer consists of : PREVIOUS METER READING, PRESENT METER READING The difference…
Write a program to calculate the volume and surface area of a cylinder. Allow th
Write a program to calculate the volume and surface area of a cylinder. Allow the user to input the data initially, validate user's input only when all input data are positive the…
Write a program to calculate your current grade based on this: Exams =45% Assign
Write a program to calculate your current grade based on this: Exams =45% Assignments=40% Final Exam=15% Final grades will be determined as follows: 93-100=A 80-82=B- 67-69= D+ 90…
Write a program to call 5 functions to determine Letter grades of 20 students. T
Write a program to call 5 functions to determine Letter grades of 20 students. The main function should call following functions: A function called introduction explain the progra…
Write a program to call 5 functions to determine Letter grades of 20 students. T
Write a program to call 5 functions to determine Letter grades of 20 students. The main function should call following functions: A function called introduction explain the progra…
Write a program to call a function changing mph into m/s. You need to type in th
Write a program to call a function changing mph into m/s. You need to type in the speed when running the function.(1 mile = 16 km = 1600m) write a program that when you type in fi…
Write a program to check for balancing symbols in the C++ language using stack.
Write a program to check for balancing symbols in the C++ language using stack. Consider /* */, (), [], {} symbols only. Your program should prompt the user for a file name that c…
Write a program to check if a piece of text that the user enters is a palindrome
Write a program to check if a piece of text that the user enters is a palindrome. In this case, you add each character to both a stack and a queue as it is read. After each charac…
Write a program to check if two candidates can run for president; the program ha
Write a program to check if two candidates can run for president; the program has the functions main, input candidate, elections: Function main calls the function input candidate.…
Write a program to classify a character as upper case letter, lower case letter,
Write a program to classify a character as upper case letter, lower case letter, or not-an-alphabet Three cases of the program runs are shown as follows Please enter a character: …
Write a program to complete the employeeType struct on page 576. Prompt the user
Write a program to complete the employeeType struct on page 576. Prompt the user to input a employee's #include "stdafx.h" #include <iostream> int _tmain(int argc, _TCHAR* a…
Write a program to complete the following tasks and record the outputs to a data
Write a program to complete the following tasks and record the outputs to a data file named %u201CEGR126-Final.dat%u201D. Headings (CourseNumber, Credit Hours and LetterGrade / Nu…
Write a program to complete the following tasks and record the outputs to a data
Write a program to complete the following tasks and record the outputs to a data file named "EGR126-Final.dat". Outputs should include headings (Students's ID, Name and Grade). 1.…
Write a program to complete the following tasks. Record all results to a data fi
Write a program to complete the following tasks. Record all results to a data file called "GradeSheet.dat". (1) Read the grade sheet from attached data file, "Assignment4.dat". Pr…
Write a program to complete the following tasks. Record all results to a data fi
Write a program to complete the following tasks. Record all results to a data file called "GradeSheet.dat". (1) Read the grade sheet from attached data file, "Assignment4.dat". Pr…
Write a program to complete the following tasks. Record all results to a data fi
Write a program to complete the following tasks. Record all results to a data file called "GradeSheet.dat". (1) Read the grade sheet from attached data file, "Assignment4.dat". Pr…
Write a program to complete the following tasks. Record all results to a data fi
Write a program to complete the following tasks. Record all results to a data file called "GradeSheet.dat".(1) Read the grade sheet from attached data file, "Assignment4.dat". Pri…
Write a program to complete the following tasks. Record all results to a data fi
Write a program to complete the following tasks. Record all results to a data file called "GradeSheet.dat".(1) Read the grade sheet from attached data file, "Assignment4.dat". Pri…
Write a program to compress a file using a Huffman code and to decompose a file
Write a program to compress a file using a Huffman code and to decompose a file generated using this code. The program should first read through the file and determine the number …
Write a program to compute a GPA from letter grades. In Eclipse, create a packag
Write a program to compute a GPA from letter grades. In Eclipse, create a package called program1 (note the lowercase first letter), in which you will create a program called Comp…
Write a program to compute and output the penalty on an unpaid credit card balan
Write a program to compute and output the penalty on an unpaid credit card balance. Assume the interest rate is 1.5% per month. Declare variables and add header Enter the current …
Write a program to compute average grades for a course. The course records are i
Write a program to compute average grades for a course. The course records are in a single file and are organized according to the following format: Each line contains a student’s…
Write a program to compute average grades for a course. The course records are i
Write a program to compute average grades for a course. The course records are in a single file and are organized according to the following format: Each line contains a student’s…
Write a program to compute final grades for a course. For each student, the midt
Write a program to compute final grades for a course. For each student, the midterm exam score and the final exam score are known. The final grade of a student is calculated by ad…
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…