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 1066 / 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 asks a user for a file name and prints the number of charac
Write a program that asks a user for a file name and prints the number of characters, words (separated by whitespace), and lines in that file. Then, it replaces each line of the f…
Write a program that asks a user for an input string and thenprints it out in th
Write a program that asks a user for an input string and thenprints it out in the following radial manner. The last letter ofthe word should be at the center of the printout. Hori…
Write a program that asks a user for her name, and three integers in the range o
Write a program that asks a user for her name, and three integers in the range of 1 to 12 corresponding to her birth month, month she graduated from college and month she started …
Write a program that asks a user to enter a value between 0 and 10. If the enter
Write a program that asks a user to enter a value between 0 and 10. If the entered value is beyond these bounds, the program asks the user to enter the value again. If the entered…
Write a program that asks a user to enter the last name of 8 students in a class
Write a program that asks a user to enter the last name of 8 students in a class and save them in a string array. Then use looping statements to sort the names in the array so the…
Write a program that asks a user to guess a secret number between 1 and N, where
Write a program that asks a user to guess a secret number between 1 and N, where N is a positive number that the user is prompted for. The program should also prompt the user for …
Write a program that asks a user to input a single positive integer Alert the us
Write a program that asks a user to input a single positive integer Alert the user if the number is NOT valid (when the input is negative) and end the program If the number is val…
Write a program that asks a user to type in two strings and that prints 1. the c
Write a program that asks a user to type in two strings and that prints 1. the characters that occur in both strings. 2. the characters that occur in one string but not the other.…
Write a program that asks five users to enter each five test scores. We assume t
Write a program that asks five users to enter each five test scores. We assume that user will only enter the scores between 0 and 100 inclusively. Therefore, there is no need for …
Write a program that asks for a number of numbers to be input.Read up to that nu
Write a program that asks for a number of numbers to be input.Read up to that number, but no more than 50, double precisionfloating point numbers into an array. After each number …
Write a program that asks for a number, and then prints twice as many lines as t
Write a program that asks for a number, and then prints twice as many lines as the user inputs. The first half of every other line contains one"" character at the start, as many s…
Write a program that asks for the customer’s last and current meter reading in K
Write a program that asks for the customer’s last and current meter reading in Kilowatt Hours (KwHs). Determine the amount of usage for the month and calculate a sub total (before…
Write a program that asks for the user\'s height (float type/in inches), weight
Write a program that asks for the user's height (float type/in inches), weight (float type/ in pounds), and age (an integer type), and then computes and prints the clothing sizes …
Write a program that asks for the user\'s height, weight, and age, and then comp
Write a program that asks for the user's height, weight, and age, and then computes clothing sizes according to the formulas: Hat size = weight in pounds divided by height in inch…
Write a program that asks for the user\'s height, weight, and age, and then comp
Write a program that asks for the user's height, weight, and age, and then computes clothing sizes according to the following formulas. Hat size = weight in pounds divided by heig…
Write a program that asks for the users name and year of birth, greets the user
Write a program that asks for the users name and year of birth, greets the user by name, and declares the users age in years. Users are assumed to be born between the years 1800 a…
Write a program that asks for the user’s height, weight and age, and then comput
Write a program that asks for the user’s height, weight and age, and then computes expected clothing sizes according to the formulas: Hat size = (weight in pounds) divided by (hei…
Write a program that asks for the user’s height, weight, and age, and then compu
Write a program that asks for the user’s height, weight, and age, and then computes clothing sizes according to the formulas: Hat size = weight in pounds divided by height in inch…
Write a program that asks for two times, both expressed in military time format,
Write a program that asks for two times, both expressed in military time format, and calculates the difference in hours and minutes between them. As an example 2:03am is written 0…
Write a program that asks the user \"What is the circle radius?\", then creates
Write a program that asks the user "What is the circle radius?", then creates a new circle with that radius. If the area of the circle is >= 10, then print the message "This ci…
Write a program that asks the user for 2 integer numbers and displays those numb
Write a program that asks the user for 2 integer numbers and displays those numbers added, subtracted, multiplied, divided and modulo. Use a WidgetView object. In your GUI, displa…
Write a program that asks the user for a date in the format mm/dd/yyyy, using a
Write a program that asks the user for a date in the format mm/dd/yyyy, using a custom struct to store the date information entered in memory. The program should call a custom fun…
Write a program that asks the user for a date in the format mm/dd/yyyy, using a
Write a program that asks the user for a date in the format mm/dd/yyyy, using a custom struct to store the date information entered in memory. The program should call a custom fun…
Write a program that asks the user for a date in the format mm/dd/yyyy, using a
Write a program that asks the user for a date in the format mm/dd/yyyy, using a custom struct to store the date information entered in memory. The program should call a custom fun…
Write a program that asks the user for a file name and displays the content of t
Write a program that asks the user for a file name and displays the content of the file with the line number first, then displays the number of characters (including all character…
Write a program that asks the user for a file name, ask the user for up to 30 in
Write a program that asks the user for a file name, ask the user for up to 30 input value Write the user input values to the file. Set only the current values in the array to zero…
Write a program that asks the user for a loan amount, an annual interest rate, a
Write a program that asks the user for a loan amount, an annual interest rate, and a monthly payment amount; call a function called payoff which displays a list of the account mon…
Write a program that asks the user for a number and an operation, then continue
Write a program that asks the user for a number and an operation, then continue to ask for more numbers and operators until an equals sign is entered. Below is a flow chart detail…
Write a program that asks the user for a number and an operation, then continue
Write a program that asks the user for a number and an operation, then continue to ask for more numbers and operators until an equals sign is entered. Below is a flow chart detail…
Write a program that asks the user for a positive integer N, and then uses that
Write a program that asks the user for a positive integer N, and then uses that integer to compute and display the following four sums and products: 1. The sum of integers 1 ... N…
Write a program that asks the user for a positive integer N, and then uses that
Write a program that asks the user for a positive integer N, and then uses that integer to compute and display the following four sums and products: 1. The sum of integers 1 ... N…
Write a program that asks the user for a positive integer no greater than 15. Th
Write a program that asks the user for a positive integer no greater than 15. The program should then store a square on a file using the character ‘X’. The number entered by the u…
Write a program that asks the user for a positive integer no greater than 15. Th
Write a program that asks the user for a positive integer no greater than 15. The program should then store a square on a file using the character ‘X’. The number entered by the u…
Write a program that asks the user for a positive integer no greater than 15. Th
Write a program that asks the user for a positive integer no greater than 15. The program should then store a square on a file using the character ‘X’. The number entered by the u…
Write a program that asks the user for a positive integer, N. The program then t
Write a program that asks the user for a positive integer, N. The program then tests if the integer is prime and writes out its result. A number is prime if it cannot be divided e…
Write a program that asks the user for a positive integer, then creates a triang
Write a program that asks the user for a positive integer, then creates a triangle that has stars in each row from 1 up to the user's number. For example, if the user's number is …
Write a program that asks the user for a positive nonzero integer value which is
Write a program that asks the user for a positive nonzero integer value which is stored in variable N. (Input Validation: keep asking the user until he enters a valid one). With a…
Write a program that asks the user for a word or phrase and then prints out the
Write a program that asks the user for a word or phrase and then prints out the number of vowels in the word or phrase. We will considervowels to be only the letters a, e, i, o, a…
Write a program that asks the user for a word or phrase and then prints out the
Write a program that asks the user for a word or phrase and then prints out the number of vowels in the word or phrase. We will considervowels to be only the letters a, e, i, o, a…
Write a program that asks the user for an infix expression, evaluates it, and ou
Write a program that asks the user for an infix expression, evaluates it, and outputs the result. Assume the operands are doubles and the operators are of four types: +, -, *, and…
Write a program that asks the user for an integer value (may be negative) and th
Write a program that asks the user for an integer value (may be negative) and that outputs the bit pattern for that integer, starting with the most significant bit. You should use…
Write a program that asks the user for anumber, then prints the English word for
Write a program that asks the user for anumber, then prints the English word for thenumber.
Write a program that asks the user for anumber, then prints the English word for
Write a program that asks the user for anumber, then prints the English word for the number. In thisprogram, we will only consider numbers which are positive and whichare 6 digits…
Write a program that asks the user for input for two integer values: startval ,
Write a program that asks the user for input for two integer values:  startval, and endval.  The program will then find all Perfect Numbers that fall between startval and endval. …
Write a program that asks the user for meditation numbers. oThe user should be a
Write a program that asks the user for meditation numbers. oThe user should be allowed to enter as many data set as desired (or enter -999 to quit). oYou must use do...while or wh…
Write a program that asks the user for name of file. The program should display
Write a program that asks the user for name of file. The program should display the number of words. my error: Error: cannot find symbol symbol: method tocountWord() location: cla…
Write a program that asks the user for survey data about Muni riders, and output
Write a program that asks the user for survey data about Muni riders, and outputs a summary of that data. Your program should first ask the user which Muni street car line was sur…
Write a program that asks the user for the file name. Assume the file contains a
Write a program that asks the user for the file name. Assume the file contains a series of numbers, each written on a separte line. The program should read the contexts of the fil…
Write a program that asks the user for the name of a file . The program should d
Write a program that asks the user for the name of a file . The program should display the last 10 lines of the file on the screen( the "tail of the file ") . if the file has fewe…
Write a program that asks the user for the name of a file . The program should d
Write a program that asks the user for the name of a file. The program should display the contents of the file on the screen. If the file's contents won't fit on a single screen, …