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 1074 / 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 computes and prints the sum of integers from A to B. Create
Write a program that computes and prints the sum of integers from A to B. Create an appropriate class Summer that has a sum method that takes the range of numbers (A and B) from t…
Write a program that computes how many feet an object falls in 1 second, 2 secon
Write a program that computes how many feet an object falls in 1 second, 2 seconds, etc., up to 12 seconds. program should: 1. Have a procedure called FallingDistance which has on…
Write a program that computes number of vowels (letters a, e, o, i, y, u) in a g
Write a program that computes number of vowels (letters a, e, o, i, y, u) in a given word. You can assume that all letters in the word are in the lower case: Enter a words: univer…
Write a program that computes percentages for specific category in personal budg
Write a program that computes percentages for specific category in personal budget. It should ask the user to enter estimated monthly expenditures for: a)Rent Payment b)Food c)Uti…
Write a program that computes percentages for specific category in personal budg
Write a program that computes percentages for specific category in personal budget. It should ask the user to enter estimated monthly expenditures for: a)Rent Payment b)Food c)Uti…
Write a program that computes percentages for specific category in personal budg
Write a program that computes percentages for specific category in personal budget. It should ask the user to enter estimated monthly expenditures for: a)Rent Payment b)Food c)Uti…
Write a program that computes some simple statistics from user specified input.
Write a program that computes some simple statistics from user specified input. Your program should prompt the user to enter four integer values, and then compute the following st…
Write a program that computes statistical information above an array: mean (aver
Write a program that computes statistical information above an array: mean (average), mode (most frequent element) and median (the middle element, when the values are sorted from …
Write a program that computes taxes due for a person with a filing status of sin
Write a program that computes taxes due for a person with a filing status of single. Include deductions, exemptions, and credits. Apply the tax rate to the income after applying t…
Write a program that computes the Fibonacci number for some input integer. (See
Write a program that computes the Fibonacci number for some input integer. (See segments 7.37 – 7.41 in your book for some info on the Fibonacci sequence or you can look it up on …
Write a program that computes the amount of money the computer club will recieve
Write a program that computes the amount of money the computer club will recieve from proceeds of their granola bar sales project. Allow the user to enter the number of cases sold…
Write a program that computes the annual after-tax cost of a new house for the f
Write a program that computes the annual after-tax cost of a new house for the first year of ownership. The cost is computed as the annual mortgage cost minus the tax savings. The…
Write a program that computes the area of each color in an archery target. For s
Write a program that computes the area of each color in an archery target. For simplicity, we will consider a simple circular archery target consisting of the colors (in order fro…
Write a program that computes the average and standard deviation of four scores.
Write a program that computes the average and standard deviation of four scores. The standard deviation is defined as: st_ dev = where a is the average of the four scores, s1, s2,…
Write a program that computes the average of five exam scores. Declare and perfo
Write a program that computes the average of five exam scores. Declare and perform a compile-time initialization with five values. Use a constant to define the number of scores. P…
Write a program that computes the average temperature for days with fog in June
Write a program that computes the average temperature for days with fog in June - December, 1991.Write output to both the screen and an output file named av_temp_foggy_days.dat. I…
Write a program that computes the average temperature for days with fog in June
Write a program that computes the average temperature for days with fog in June - December, 1991.Write output to both the screen and an output file named av_temp_foggy_days.dat. I…
Write a program that computes the central tendencies mean (average), mode, media
Write a program that computes the central tendencies mean (average), mode, median and the variation: variance, standard deviation and range for a set of numbers given in the data …
Write a program that computes the cost of a long-distance call. The cost of the
Write a program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 7:00 A.M. …
Write a program that computes the cost of a long-distance call. The cost of the
Write a program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 7:00 A.M. …
Write a program that computes the cost of a long-distance call. The cost of the
Write a program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 10:00 A.M.…
Write a program that computes the cost of a long-distance call. The cost of the
Write a program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 7:00 A.M. …
Write a program that computes the cost of a long-distance call. The cost of the
Write a program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 7:00 A.M. …
Write a program that computes the cost of a long-distance call. The cost of the
Write a program that computes the cost of a long-distance call. The cost of the call is determined according to the following rate schedule: a. Any call started between 7:00 A.M. …
Write a program that computes the cost of painting and installing carpet in a ro
Write a program that computes the cost of painting and installing carpet in a room. Assume that the room has one door, two windows, and one bookshelf. Your program must do the fol…
Write a program that computes the final grade for a student. Your program will p
Write a program that computes the final grade for a student. Your program will prompt the user for the following input: assignment grade, midterm grade, tutorial grade, and final …
Write a program that computes the following summation using a function. a + (a +
Write a program that computes the following summation using a function. a + (a + 1) + . . . + b = i Implement the following function in your program int computesum (int a, int b) …
Write a program that computes the monthly loan payment, given the loan amount (a
Write a program that computes the monthly loan payment, given the loan amount (a double value), the interest, as a percent % (a double value), and the number of years to repay the…
Write a program that computes the nth root of a number. Give a real number X gre
Write a program that computes the nth root of a number. Give a real number X greater than 1 and less than -1 and given an integer Y, compute the nth root Z such that Z*Z*Z*Z*Z*Z*Z…
Write a program that computes the nth root of a number. Given a real number X gr
Write a program that computes the nth root of a number. Given a real number X greater than 1 and less than -1 and given an integer Y, compute the nth root Z such that Z*Z*Z*Z*Z*Z*…
Write a program that computes the overall numeric grade for each student in a cl
Write a program that computes the overall numeric grade for each student in a class. The program should begin by asking the user several questions about the class as a whole as fo…
Write a program that computes the quarterly average sales for a salesperson in a
Write a program that computes the quarterly average sales for a salesperson in a department store. Every three months, the store calculates the quarterly average sales for each sa…
Write a program that computes the specific weight of water for a given temperatu
Write a program that computes the specific weight of water for a given temperature using the data from Appendix A. Such a program could be part of a more comprehensive program to …
Write a program that computes the tax, tip and total for a restaurant bil. o Sin
Write a program that computes the tax, tip and total for a restaurant bil. o Since we haven't yet learned how to prompt for input into our programs, declare a variable for the mea…
Write a program that computes the union, intersection, and difference of two set
Write a program that computes the union, intersection, and difference of two sets stored in two one-dimensional arrays. Populate the arrays from the following input files: inputA.…
Write a program that computes the x^th term and summation of the following seque
Write a program that computes the x^th term and summation of the following sequences, where x is a user input between 1 and 100. 1. 1,1,3,5,7,... Compute the summation of all the …
Write a program that computes weekly hours for each employee. Store the weekly h
Write a program that computes weekly hours for each employee. Store the weekly hours for all employees in a two-dimensional array. Each row records an employee’s seven-day work ho…
Write a program that computes your percentage grade for CS135 given the percenta
Write a program that computes your percentage grade for CS135 given the percentage weight for each portion of this CS135 class in the class syllabus. You may assume: ? six (6) pro…
Write a program that concatenates two linked list objects of characters. Class L
Write a program that concatenates two linked list objects of characters. Class ListConcatenate should include a static method concatenate that takes references to both list object…
Write a program that consists of a main function and a class called Number. The
Write a program that consists of a main function and a class called Number.   The Number class should allow a class instance to add to itself the member-variable values of another…
Write a program that consists of a “isPrime” method that takes an integer as a p
Write a program that consists of a “isPrime” method that takes an integer as a parameter and returns a Boolean value that indicates whether the parameter is a prime number(i.e. re…
Write a program that consists of three classes. The first class will be the actu
Write a program that consists of three classes. The first class will be the actual program. The second class will simply convert a string to lower case. The third class will have …
Write a program that contains a menu and the following elements: SECTIONS Greate
Write a program that contains a menu and the following elements: SECTIONS Greater than, Less than or equal . Get two integer values from the user If the first is greater than the …
Write a program that contains both a main function and a function called swap. Y
Write a program that contains both a main function and a function called swap. Your main program should read in two integer values from the keyboard and then call the function swa…
Write a program that contains code for each of the following items. Write the co
Write a program that contains code for each of the following items. Write the code in the program and document it according to the numbered item below such as: //part a a. Declare…
Write a program that contains the following functions all in a single cpp file.
Write a program that contains the following functions all in a single cpp file. A function called seconds that accepts the time as three integers representing hours, minutes, seco…
Write a program that contains the following parts. Write each class interface an
Write a program that contains the following parts. Write each class interface and implementation, in a different .h and .cpp file, respectively. a) Create a class called "Student"…
Write a program that contains the function Calories ( ) that is to accept a long
Write a program that contains the function Calories ( ) that is to accept a long integer number total and the addresses of the integer variables pizza, chips, apples, and mustard.…
Write a program that contains the function calories() that is to accept a long i
Write a program that contains the function calories() that is to accept a long integer number total and the addresses of the integer variables pizza, chips, apples, and mustard. T…
Write a program that contains the function calories() that is to accept a long i
Write a program that contains the function calories() that is to accept a long integer number total and the addresses of the integer variables pizza, chips, apples, and mustard. T…