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 1112 / 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 uses only one subprogram to do one of the following calcula
Write a program that uses only one subprogram to do one of the following calculations over two two-dimensional run-time arrays: If the sizes of the two arrays are identical add th…
Write a program that uses recursion to convert a base 10 number into a base b nu
Write a program that uses recursion to convert a base 10 number into a base b number, where b < 10. If the number to be converted is n, then the algorithm to convert n to base …
Write a program that uses recursive methods to compute and output the nth term o
Write a program that uses recursive methods to compute and output the nth term of the Fibonacci series, with n being input by the user. The program should repeatedly ask the user …
Write a program that uses recursive methods to compute and output the nth term o
Write a program that uses recursive methods to compute and output the nth term of the Fibonacci series, with n being input by the user. The program should repeatedly ask the user …
Write a program that uses stacks to evaluate an arithmetic expression. The progr
Write a program that uses stacks to evaluate an arithmetic expression. The program takes as input a numeric expression, such as 3+4*2, and outputs the result. 1)   Operators are +…
Write a program that uses stacks to evaluate an arithmetic expression. The progr
Write a program that uses stacks to evaluate an arithmetic expression. The program takes as input a numeric expression, such as 3+4*2, and outputs the result. 1)   Operators are +…
Write a program that uses statistical data about the number of movies college st
Write a program that uses statistical data about the number of movies college students see in a month. The program should perform the following steps: a) Open an input file and re…
Write a program that uses the Babylon Algorithm to compute the square root of x.
Write a program that uses the Babylon Algorithm to compute the square root of x. This algorithm is used to compute the square root of x by repeatedly replacing one estimate with a…
Write a program that uses the C++ string class to read in a line of text and rep
Write a program that uses the C++ string class to read in a line of text and replaces all four-letter words with the word " love". For example, the input string         I hate you…
Write a program that uses the Die class that was presented in Chapter 4 to write
Write a program that uses the Die class that was presented in Chapter 4 to write a program that lets the user play against the computer in a variation of the popular blackjack car…
Write a program that uses the MovieData class you defined in 7.8a. The program p
Write a program that uses the MovieData class you defined in 7.8a. The program prompts "movie information: " and then reads the title, director, release year and running-time, eac…
Write a program that uses the Stack implementation given to you in stack.py to c
Write a program that uses the Stack implementation given to you in stack.py to check for matching parentheses (brackets) in a Python file. There are three types of parentheses you…
Write a program that uses the array of numbers from problem 1. Then compute the
Write a program that uses the array of numbers from problem 1. Then compute the following properties on the set of numbers: the sum, the average (mean), the variance, the standard…
Write a program that uses the array of numbers from problem 1. Then compute the
Write a program that uses the array of numbers from problem 1. Then compute the following properties on the set of numbers: the sum, the average (mean), the variance, the standard…
Write a program that uses the array of numbers from problem 1. Then compute the
Write a program that uses the array of numbers from problem 1. Then compute the following properties on the set of numbers: the sum, the average (mean), the variance, the standard…
Write a program that uses the bisect method to find the root of a function. (Mus
Write a program that uses the bisect method to find the root of a function. (Must Be in Python) Translate the pseudo code given into Python using a while loop. Pseudo Code: def f(…
Write a program that uses the class SalariedEmployee. Your program is to define
Write a program that uses the class SalariedEmployee. Your program is to define a derived class called Administrator, which is to be derived from SalariedEmployee. You are to supp…
Write a program that uses the class bookType and tests various operations on the
Write a program that uses the class bookType and tests various operations on the objects of the class bookType. Declare an array of 100 components of type bookType. Some of the op…
Write a program that uses the following arrays: * empId: an array of seven long
Write a program that uses the following arrays: * empId: an array of seven long integers to hold employee identification numbers. The array should be initialized with the followin…
Write a program that uses the following arrays: empId : an array of seven long i
Write a program that uses the following arrays: empId : an array of seven long integers to hold employee identification numbers. The array should be initialized with the following…
Write a program that uses the following arrays: empld: an array of seven long in
Write a program that uses the following arrays: empld: an array of seven long integers to hold employee identification numbers. The array should be initialized with the following …
Write a program that uses the following arrays: • empId: an array of seven long
Write a program that uses the following arrays: • empId: an array of seven long integers to hold employee identification numbers. The array should be initialized with the followin…
Write a program that uses the following formula: _(i=1)^n(ax-ib)^c Your program
Write a program that uses the following formula: _(i=1)^n(ax-ib)^c Your program will prompt the user for the number of iterations for the calculation. input values for n, x, a, b,…
Write a program that uses the following functions: Fill _ array - takes as argum
Write a program that uses the following functions: Fill _ array - takes as arguments the name of an array of double values and an array size. It prompts the user to enter double v…
Write a program that uses the following subroutine, to solve equations specified
Write a program that uses the following subroutine, to solve equations specified by the user. /** * Returns the larger of the two roots of the quadratic equation * A*x*x + B*x + C…
Write a program that uses the java Math library and implement the functionality
Write a program that uses the java Math library and implement the functionality of a scientific calculator. Your program should have the following components: 1. A main menu listi…
Write a program that uses the main program to print the class heading, a tempera
Write a program that uses the main program to print the class heading, a temperature chart heading and call user defined functions. The program should use a symbolic constant of 7…
Write a program that uses the map template class to compute a histogram of posit
Write a program that uses the map template class to compute a histogram of positive numbers entered by the user. The map’s key should be the number that is entered, and the value …
Write a program that uses the random number generator to create sentences. The p
Write a program that uses the random number generator to create sentences. The program should use four arrays of pointers to char called article, noun, verb and preposition. The s…
Write a program that uses the random number generator to create sentences. The p
Write a program that uses the random number generator to create sentences. The program should use four arrays of pointers to char called article, noun, verb and preposition. The s…
Write a program that uses the random number generator to get the value of a die
Write a program that uses the random number generator to get the value of a die ( 1, 2,3,4,5,6). Use it to get values for two dice and then find the dice roll value (eg. a 6 and a…
Write a program that uses the random-number generator to simulate dropping a gla
Write a program that uses the random-number generator to simulate dropping a glass rod that breaks into three pieces. The purpose of the experiment is to estimate the probability …
Write a program that uses the sizeof operator to determine the sizes in bytes of
Write a program that uses the sizeof operator to determine the sizes in bytes of the various data on your computer system. Write the result to the file "datasize.dat" so you may p…
Write a program that uses the stack algorithm we discussed in class to evaluate
Write a program that uses the stack algorithm we discussed in class to evaluate postfix expressions entered by the user. The program should support expressions involving any doubl…
Write a program that uses the switch statement to perform the correct operation
Write a program that uses the switch statement to perform the correct operation (addition, subtraction, multiplication or division). The program prompts the user to enter an opera…
Write a program that uses thefollowing arrays: empId: an array of seven long int
Write a program that uses thefollowing arrays: empId: an array of seven long integers to holdemployee identification numbers. The array should be initializedwith the following num…
Write a program that uses three linked lists ti hold the employee ID\'s. hours w
Write a program that uses three linked lists ti hold the employee ID's. hours worked, and wages. WQhen the program starts, it should ask the user to enter the employee ID's. There…
Write a program that uses three numeric arrays. Store the evennumbers from 2 thr
Write a program that uses three numeric arrays. Store the evennumbers from 2 through 10 in the first array. Store the square ofthe even numbers from 2 through 10 in the second arr…
Write a program that uses two functions to find one real zero of a polynomial. T
Write a program that uses two functions to find one real zero of a polynomial. The main program will send a left and right limit value to the first function. The first function’…
Write a program that uses two pushbuttons to increase or decrease the brightness
Write a program that uses two pushbuttons to increase or decrease the brightness of the LED on pin #11 II. Your circuit should include an "up" button and a "down" button Pressing …
Write a program that uses two pushbuttons to increase or decrease the brightness
Write a program that uses two pushbuttons to increase or decrease the brightness of the LED on pin #11 II. Your circuit should include an "up" button and a "down" button Pressing …
Write a program that uses while loops performing the following steps: A. Prompt
Write a program that uses while loops performing the following steps: A. Prompt the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum). B. O…
Write a program that uses while loops to perform the following steps: a. Prompt
Write a program that uses while loops to perform the following steps: a. Prompt the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum). b. O…
Write a program that uses while loops to perform the following steps: a. Prompt
Write a program that uses while loops to perform the following steps: a. Prompt the user to input two positive integers. Variables: firstNum and secondNum (firstNum must be less t…
Write a program that uses while loops toperform the following steps: a. Prompt t
   Write a program that uses while loops toperform the following steps: a. Prompt the user to input two integers: firstNum andsecondNum (firstNum must be less than secondNum). b. …
Write a program that validates passwords according to the following rules: 1. Th
Write a program that validates passwords according to the following rules: 1. The password must be at least 8 characters and no more than 20. 2. The password must contain at least…
Write a program that will Ask the user to enter a password Write a method that w
Write a program that will Ask the user to enter a password Write a method that will check whether the password follows a set of rules and will return true or false depending on th…
Write a program that will a) Prompt the user to enter numerical grades of studen
Write a program that will a) Prompt the user to enter numerical grades of students in a test, one at a time, and store it in an array. This is accomplished in the main module. The…
Write a program that will accept any boolean expression in two variables and wil
Write a program that will accept any boolean expression in two variables and will print out the truth table for that expression.  Use || for or, && for and, and ! for not.…
Write a program that will accept any boolean expression in two variables and wil
Write a program that will accept any boolean expression in two variables and will print out the truth table for that expression.  Use || for or, && for and, and ! for not.…