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 1108 / 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 takes a phone number (3-digit extension number) as an input
Write a program that takes a phone number (3-digit extension number) as an input and prints all the phrases that correspond to it on the phone keypad. The figure below shows the t…
Write a program that takes a sentence with two adjectives describing an animal a
Write a program that takes a sentence with two adjectives describing an animal and reverses the adjectives, using regular expressions, and then outputs the new sentence. The sente…
Write a program that takes a sentence with two adjectives describing an animal a
Write a program that takes a sentence with two adjectives describing an animal and reverses the adjectives, using regular expressions, and then outputs the new sentence. The sente…
Write a program that takes a shift value between +/-26 and a plaintext message (
Write a program that takes a shift value between +/-26 and a plaintext message (no spaces) and returns the corresponding ciphertext. The program should also implement a decryption…
Write a program that takes a single directory as an argument, and iterates throu
Write a program that takes a single directory as an argument, and iterates through all the normal files in the directory, and concatenate them to standard out. Takes only one argu…
Write a program that takes a single integer command-line argument, n . It prints
Write a program that takes a single integer command-line argument, n. It prints the first n Fibonacci numbers in two ways. First, it prints them by repeatedly calling a function t…
Write a program that takes a single number from the user and returns the number
Write a program that takes a single number from the user and returns the number multiplied by the number+7. Example = the number 3 would return 3 times 10 or 30. Example 2 = the n…
Write a program that takes a single phone digit. If the digit is a letter, the n
Write a program that takes a single phone digit. If the digit is a letter, the number corresponding to the letter is returned by reference and return 0 by value indicating it is a…
Write a program that takes a string input from user and stores it in an array. T
Write a program that takes a string input from user and stores it in an array. Then, write a function to test that string whether it reads the same way forward and backward. The f…
Write a program that takes a user\'s input (X) to find and display the area (A)
Write a program that takes a user's input (X) to find and display the area (A) for the following: • A square with sides X, where A = X^2 • A circle with radius X, where A = 3.14 *…
Write a program that takes a value from a user and stores it in the registry. Yo
Write a program that takes a value from a user and stores it in the registry. You can use any key name that you like but also store the current time as another value inside of you…
Write a program that takes an array of 10 integer numbers and calculates the ave
Write a program that takes an array of 10 integer numbers and calculates the average and the sum of the array using two different functions a) (5 pts) Declare and write a function…
Write a program that takes an array of 10 integer numbers and calculates the ave
Write a program that takes an array of 10 integer numbers and calculates the average and the sum of the array using two different functions. a) (5 pts) Declare and write a functio…
Write a program that takes an input N and prints N random phone numbers of the f
Write a program that takes an input N and prints N random phone numbers of the form (xxx) xxx-xxxx. Use an array of Phone objects to avoid choosing the same number more than once.…
Write a program that takes an integer from standard input and prints all prime n
Write a program that takes an integer from standard input and prints all prime numbers that are smaller than it to standard output. Recall that a prime number is a natural number …
Write a program that takes an integer from standard input and then displays a ro
Write a program that takes an integer from standard input and then displays a row of asterisks of length equal to the input or equal to 20, whichever is smaller. At the start of t…
Write a program that takes any input text and produces both a frequency table an
Write a program that takes any input text and produces both a frequency table and the corresponding Huffman code. Take approximately 360 words from any English document as your in…
Write a program that takes any input text and produces both a frequency table an
Write a program that takes any input text and produces both a frequency table and the corresponding Huffman code. Take approximately 360 words from any English document as your in…
Write a program that takes as command-line arguments an integer N and a double v
Write a program that takes as command-line arguments an integer N and a double value p (between 0 and 1), plots N equally spaced points of size on the circumference of a circle, a…
Write a program that takes as input 5 numbers and outputs the average and standa
Write a program that takes as input 5 numbers and outputs the average and standard deviation of the numbers. The 5 numbers must be taken from an input file. The outputs must be pr…
Write a program that takes as input a DNA sequence from the command line and sea
Write a program that takes as input a DNA sequence from the command line and searches for an Ochre stop codon (TAA) in the sequence . If the subsequence TAA is found , your progra…
Write a program that takes as input a depth (in kilometers) inside the earth and
Write a program that takes as input a depth (in kilometers) inside the earth and displays the temperature at this depth in degrees Celsius and in degrees Fahrenheit. The relevant …
Write a program that takes as input a file and outputs anotherfile. The input fi
Write a program that takes as input a file and outputs anotherfile. The input file will be Joe Doe 87 89 60 90 95. Output file will be Joe Doe                             Testscor…
Write a program that takes as input an alignment, and outputs the PWM and the in
Write a program that takes as input an alignment, and outputs the PWM and the information content of the PWM. To prevent prob = 0 from happening, add a pseducount 1 for each nucle…
Write a program that takes as input an array of 5 numbers and then displays the
Write a program that takes as input an array of 5 numbers and then displays the minimum, maximum, mean, standard deviation and sorted array of the numbers. You are expected to wri…
Write a program that takes as input an array of integers and gener- ates a permu
Write a program that takes as input an array of integers and gener- ates a permutation that rearranges the input to satisfy the following condition:  Let x be the value of the la…
Write a program that takes as input an array of integers and generates a permuta
Write a program that takes as input an array of integers and generates a permutation that rearranges the input to satisfy the following condition: * Let x be the value of the last…
Write a program that takes as input an infix expression and outputs the equivale
Write a program that takes as input an infix expression and outputs the equivalent post-fix expression. Assume that the input may contain numbers, variables, and arithmetic operat…
Write a program that takes as input any change expressed in cents. It should the
Write a program that takes as input any change expressed in cents. It should then compute the number of half-dollars, quarters, dimes, nickels, and pennies to be returned. Return …
Write a program that takes as input five numbers and outputs the mean (average)
Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are X x2, x3, x4, and x5, then the mean is x …
Write a program that takes as input five numbers and outputs the mean (average)
Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are X_1, X_2, X_3, X_4, X_5 then the mean is …
Write a program that takes as input five numbers and outputs the mean (average)
Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are X_1, X_2, . X_3, X_4, X_5 then the mean i…
Write a program that takes as input five numbers and outputs the mean (average)
Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are x1,x2,x3,x4, and x5, then the mean is x =…
Write a program that takes as input five numbers and outputs the mean (average)
Write a program that takes as input five numbers and outputs the mean (average) and standard deviation of the numbers. If the numbers are x_1, x_2, x_3, x_4, and x_5, then the mea…
Write a program that takes as input the marital status (\"single\" or \"married\
Write a program that takes as input the marital status ("single" or "married", case insensitive) and the taxable income (double), and computes taxes for the following schedule. If…
Write a program that takes as input the marital status (“single” or “married”, c
Write a program that takes as input the marital status (“single” or “married”, case insensitive) and the taxable income (double), and computes taxes for the following schedule. Th…
Write a program that takes as its input a text file that contains some C++ code.
Write a program that takes as its input a text file that contains some C++ code. Your program should determine if all brackets within the text file are nested with the exception o…
Write a program that takes as its input a text file that contains some C++ code.
Write a program that takes as its input a text file that contains some C++ code. Your program should determine if all brackets within the text file are nested with the exception o…
Write a program that takes at least two command-line arguments, in this order us
Write a program that takes at least two command-line arguments, in this order using the staring code provided: * input file * output file * a series of commands, one per command-l…
Write a program that takes at least two command-line arguments, in this order us
Write a program that takes at least two command-line arguments, in this order using the staring code provided: * input file * output file * a series of commands, one per command-l…
Write a program that takes both the initial size of green curd population (in po
Write a program that takes both the initial size of green curd population (in pounds) and a number of days as input and outputs the number of pounds of green curd after that many …
Write a program that takes both the initial size of green curd population (in po
Write a program that takes both the initial size of green curd population (in pounds) and a number of days as input and outputs the number of pounds of green curd after that many …
Write a program that takes cents as an integer and converts it to dollars and ce
Write a program that takes cents as an integer and converts it to dollars and cents. The conversion should be done in a function called NormalizeMoney. This function is given a va…
Write a program that takes four command line arguments: start, stop, step, and f
Write a program that takes four command line arguments: start, stop, step, and file. The first three arguments are nonnegative integers and the fourth is a string. The program is …
Write a program that takes from standard input an expression without left parent
Write a program that takes from standard input an expression without left parentheses and prints the equivalent infix expression with the parentheses inserted. For example, given …
Write a program that takes in 4 arguments, a start temperature (in Celsius), an
Write a program that takes in 4 arguments, a start temperature (in Celsius), an end temperature (in Celsius), a step size, and the number of decimal points to display. Print out a…
Write a program that takes in 6 arguments (from the command line using argc and
Write a program that takes in 6 arguments (from the command line using argc and argv) and draws the outline of a rectangle with Xs. The first two arguments are the number of colum…
Write a program that takes in 6 arguments (from the command line using argc and
Write a program that takes in 6 arguments (from the command line using argc and argv) and draws the outline of a rectangle with Xs. The first two arguments are the number of colum…
Write a program that takes in 6 exam scores (numbers) from the command line. For
Write a program that takes in 6 exam scores (numbers) from the command line. For each of these exam scores, print out the grade achieved (1.1 if >= 70, 2.1 if < 70 but >=…
Write a program that takes in a string from the user. Implement the following op
Write a program that takes in a string from the user. Implement the following options as command-line arguments: (a) -rp <substr1> <substr2> replace any occurrences of…