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 1109 / 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 in a string, find all the spaces, and output the numb
Write a program that takes in a string, find all the spaces, and output the number of spaces in String. Must use the template given below. public class StringSpaces { public stati…
Write a program that takes in any number of grades and then when the user choose
Write a program that takes in any number of grades and then when the user choose to end the program will display categorical information about the entered grades The user inputs g…
Write a program that takes in any user defined number values and then performs i
Write a program that takes in any user defined number values and then performs insertion sort resulting in an array of values in ascending order. First the user must input how man…
Write a program that takes in input from the user and prints whether or not it c
Write a program that takes in input from the user and prints whether or not it contains the string "dog". Recall that you can use the "input()" command (already present below) to …
Write a program that takes in input from the user and prints whether or not it c
Write a program that takes in input from the user and prints whether or not it contains the string "dog". Recall that you can use the "input()" command (already present below) to …
Write a program that takes in number of minutes and expresses that in terms ofHo
Write a program that takes in number of minutes and expresses that in terms ofHours and minutes. For example: lfthe user inputs 90, the output of your code must be 1 hour and 30 m…
Write a program that takes in stake and goal and it does only one simulation and
Write a program that takes in stake and goal and it does only one simulation and store the value cash for each itaration in array. To solve this problem you need to know this: You…
Write a program that takes input from a user for number of rows and number of co
Write a program that takes input from a user for number of rows and number of columns and prints out a block of characters that is based on these 2 parameters. The program should …
Write a program that takes its input from a binary file of numbers of type doubl
Write a program that takes its input from a binary file of numbers of type double and outputs the average of numbers in the file with writedouble the binary file can be found at h…
Write a program that takes its input from a file of numbers of type double. The
Write a program that takes its input from a file of numbers of type double. The program outputs to the screen the standard deviation of the numbers in the file. The file contains …
Write a program that takes its input from a file of numbers of type double. The
Write a program that takes its input from a file of numbers of type double. The program outputs to the screen the average and standard deviation of the numbers in the file. The fi…
Write a program that takes its input from a file of numbers of type double. The
Write a program that takes its input from a file of numbers of type double. The program outputs to the screen the average and standard deviation of the numbers in the file. The fi…
Write a program that takes its input from a file of numbers oftype double. The p
Write a program that takes its input from a file of numbers oftype double. The program outputs to the screen the average,variance, and standard deviation of the numbers in the fil…
Write a program that takes n number of elements from user (where, n is specified
Write a program that takes n number of elements from user (where, n is specified by user), stores data in an array and calculates the average of those numbers. Use the below progr…
Write a program that takes n number of elements from user (where, n is specified
Write a program that takes n number of elements from user (where, n is specified by user), stores data in an array and calculates the average of those numbers. Use the below progr…
Write a program that takes one number from the OUSB Board DIP switches and a sec
Write a program that takes one number from the OUSB Board DIP switches and a second number from the command line arguments as input numbers to your program. The program will then …
Write a program that takes two command line arguments which are file names. The
Write a program that takes two command line arguments which are file names. The program should read the first file line-by-line or character-by-character and write each line into …
Write a program that takes two command line arguments: an input file and an outp
Write a program that takes two command line arguments: an input file and an output file. The program should read the input file and replace the last letter of each word with a * c…
Write a program that takes two lists of 5 positive integers each and places them
Write a program that takes two lists of 5 positive integers each and places them in two arrays called "rowList" and "columnList". Afterwards, generate 5 rectangles of asterisks, e…
Write a program that takes two lists of 5 positive integers each, and place them
Write a program that takes two lists of 5 positive integers each, and place them in two arrays called "rowList" and "columnList". Afterwards, generate 5 rectangles of asterisks, e…
Write a program that takes two lists of 5 positive integers each, and place them
Write a program that takes two lists of 5 positive integers each, and place them in two arrays called "rowList" and "columnList". Afterwards, generate 5 rectangles of asterisks, e…
Write a program that takes two non-negative integers from standard input and cal
Write a program that takes two non-negative integers from standard input and calculates their greatest common divisor (gcd). Recall that the greatest common divisor of two integer…
Write a program that takes two numbers from the Java console representing, respe
Write a program that takes two numbers from the Java console representing, respectively, an investment and an interest rate (you will expect the user to enter a number such as .06…
Write a program that takes two numbers from the Java console representing, respe
Write a program that takes two numbers from the Java console representing, respectively, an investment and an interest rate (you will expect the user to enter a number such as .06…
Write a program that takes two numbers from the Java console representing, respe
Write a program that takes two numbers from the Java console representing, respectively, an investment and an interest rate (you will expect the user to enter a number such as .06…
Write a program that takes two words as input from the keyboard, representing a
Write a program that takes two words as input from the keyboard, representing a user ID and a password. Your program should do the following: -If the user ID and the password matc…
Write a program that takes user input describing a playing card in the following
Write a program that takes user input describing a playing card in the following shorthand notation: Notation Meaning A Ace 2 … 10 Card values J Jack Q Queen K King D Diamonds H H…
Write a program that takes user input describing a playing card in the following
Write a program that takes user input describing a playing card in the following shorthand notation: Your program should print the full description of the card. For example, Enter…
Write a program that takes, as its input, a C++ program and does the following:
Write a program that takes, as its input, a C++ program and does the following: Counts the number of lines, excluding completely blank lines. Counts the number of open braces. { C…
Write a program that teaches arithmetic to a young child. The program tests addi
Write a program that teaches arithmetic to a young child. The program tests addition and subtraction. In level 1 it tests only addition of numbers less than 10 whose sum is less t…
Write a program that tells what coins to give out for any amount of change from
Write a program that tells what coins to give out for any amount of change from 1 cent to 99 cents. For example, if the amount is 86 cents, the output would be something like the …
Write a program that tells what coins to give out for any amount of change from
Write a program that tells what coins to give out for any amount of change from 1 cent to 99 cents. For example, if the amount is 86 cents, the output would be something like the …
Write a program that tells what coins to give out for any amount of change from
Write a program that tells what coins to give out for any amount of change from 1 cent to 99 cents. You should use one function called get_input, to get the input from the user an…
Write a program that tells what coins to give out for any amount of change from
Write a program that tells what coins to give out for any amount of change from 1 cent to 99 cents. For example, if the amount is 86 cents, the output would be something like the …
Write a program that tells what coins to give out for any amount of change from
Write a program that tells what coins to give out for any amount of change from 1 cent to 99 cents. The program should always use the minimum number of coins. Use coin denominatio…
Write a program that tells what coins to give out for any amount of change from
Write a program that tells what coins to give out for any amount of change from 1 cent to 99 cents. For example, if the amount is 86 cents, the output would be something like the …
Write a program that tells what coins to give out for any amountof change from 1
Write a program that tells what coins to give out for any amountof change from 1 cent to 99 cents. For example, if the amount is 86cents, the output would be something like the fo…
Write a program that test your esp (extrasensory perception). The program should
Write a program that test your esp (extrasensory perception). The program should randomly select the name of a color from the following list of words: red; green, blue, orange, ye…
Write a program that test your esp (extrasensory perception). The program should
Write a program that test your esp (extrasensory perception). The program should randomly select the name of a color from the following list of words: red; green, blue, orange, ye…
Write a program that tests the effectiveness of the rand() library function. Sta
Write a program that tests the effectiveness of the rand() library function. Start by initializing 10 counters to 0. You should use an ARRAY of 10 integers to hold your counters. …
Write a program that tests whether two words are anagrams, thatis, permutations
Write a program that tests whether two words are anagrams, thatis, permutations of the same letters: Enter the first word: smartest Enter the second word: mattressThe words areana…
Write a program that tests your ESP (extrasensory perception). The program shoul
Write a program that tests your ESP (extrasensory perception).  The program should randomly select the name of a color from the following list of words: Red, Green, Orange, Yellow…
Write a program that tests your ESP (extrasensory perception). The program shoul
Write a program that tests your ESP (extrasensory perception). The program should randomly select the name of a color from the following list of words: Red; Green, Blue, Orange, Y…
Write a program that tests your ESP (extrasensory perception). The program shoul
Write a program that tests your ESP (extrasensory perception).  The program should randomly select the name of a color from the following list of words: Red, Green, Orange, Yellow…
Write a program that that computes the maximum of two numbers. You need to follo
Write a program that that computes the maximum of two numbers. You need to follow the following instructions: Create a class called "MaxProgram". The class MaxProgram has only one…
Write a program that that displays a dialog box show a message and a randomly ch
Write a program that that displays a dialog box show a message and a randomly chosen color. This random color is to be used as the background color of a JFrame window which should…
Write a program that translates a letter grade into a number grade. Letter grade
Write a program that translates a letter grade into a number grade. Letter grades are A, B, C, D, and F, possibly followed by + or -. Their numeric values are 4, 3, 2, 1, and 0. T…
Write a program that translates a letter grade into a number grade. Letter grade
Write a program that translates a letter grade into a number grade. Letter grade are A,B,C,D,F possibly followed by a +or-. A+ increases the numeric value by 0.3,a - decreases it …
Write a program that translates a letter grade into a number grade. Letter grade
Write a program that translates a letter grade into a number grade. Letter grades are A B C D F, possibly followed by + or -. Their numeric values are 4, 3, 2, 1, and 0. There is …
Write a program that translates a letter grade into a number letter grades are A
Write a program that translates a letter grade into a number letter grades are A,B,C,D,F possibly followed by a + or -. A+ increase the numeric value by 0.3,a - decreases it by 0.…