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 1095 / 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 prompts the user to enter the number of elements and the nu
Write a program that prompts the user to enter the number of elements and the numbers themselves to be placed in an integer array that holds a maximum of 50 elements. Next include…
Write a program that prompts the user to enter the number of elements and the nu
Write a program that prompts the user to enter the number of elements and the numbers themselves to be placed in an integer array that holds a maximum of 50 elements. The program …
Write a program that prompts the user to enter the number of elements and the nu
Write a program that prompts the user to enter the number of elements and the numbers themselves to be placed in an integer array that holds a maximum of 50 elements. The program …
Write a program that prompts the user to enter the number of students and each s
Write a program that prompts the user to enter the number of students and each student
Write a program that prompts the user to enter the number of students in a class
Write a program that prompts the user to enter the number of students in a class, the student names and their scores on a test. The program should print the student names (along w…
Write a program that prompts the user to enter the numerator and denominator of
Write a program that prompts the user to enter the numerator and denominator of a fraction number and determines whether it is a proper fraction and improper fraction. For an impr…
Write a program that prompts the user to enter the points of a convex polygon an
Write a program that prompts the user to enter the points of a convex polygon and display its area. ASuume that the polygon has six end points and the points are entered clockwise…
Write a program that prompts the user to enter the points of a convex polygon an
Write a program that prompts the user to enter the points of a convex polygon and display its area. ASuume that the polygon has six end points and the points are entered clockwise…
Write a program that prompts the user to enter the population values of 5 towns.
Write a program that prompts the user to enter the population values of 5 towns. After the 5 populations have been entered, the program should display a horizontal bar graph compa…
Write a program that prompts the user to enter the position of an object (an int
Write a program that prompts the user to enter the position of an object (an integer number) and the move type, the program uses the switch statement to find and print the new pos…
Write a program that prompts the user to enter the weight of a person in kilogra
Write a program that prompts the user to enter the weight of a person in kilograms and outputs the equivalent weight in pounds. Output both the weights rounded to two decimal plac…
Write a program that prompts the user to enter the year and an integer for the f
Write a program that prompts the user to enter the year and an integer for the first day of the year (Sunday is 0, Monday is 1, ...., and Saturday is 6) and displays the calendar …
Write a program that prompts the user to enter the year and an integer for the f
Write a program that prompts the user to enter the year and an integer for the first day of the year (Sunday is 0, Monday is 1, ...., and Saturday is 6) and displays the calendar …
Write a program that prompts the user to enter the year and first day of the yea
Write a program that prompts the user to enter the year and first day of the year and display the calendar table for the year on the screen. You should follow the steps described …
Write a program that prompts the user to enter the year and the first day of the
Write a program that prompts the user to enter the year and the first day of the year and output the calendar table for the year to a text file. You should follow the steps descri…
Write a program that prompts the user to enter three number grades (doubles are
Write a program that prompts the user to enter three number grades (doubles are probably best here). The program computes the average of the three grades and displays the letter g…
Write a program that prompts the user to enter three numbersand then prints them
Write a program that prompts the user to enter three numbersand then prints them vertically (each on one line), first forwardand then reversed (the last one first), as shown in th…
Write a program that prompts the user to enter time in 12-hour notation. The pro
Write a program that prompts the user to enter time in 12-hour notation. The program then outputs the time in 24-hour notation. Your program must contain three exception classes: …
Write a program that prompts the user to enter today’s day of the week and the n
Write a program that prompts the user to enter today’s day of the week and the number of elapsing days, and output the future day of the week (after this many days elapses). Below…
Write a program that prompts the user to enter two strings and then displays a m
Write a program that prompts the user to enter two strings and then displays a message indicating whether o not the first string ends with the second string. Your program must sat…
Write a program that prompts the user to input 10 grades for a test. You are to
Write a program that prompts the user to input 10 grades for a test. You are to use a method to find the average grade for the tests and methods to find the minimum grade and maxi…
Write a program that prompts the user to input 3 integer values into the compute
Write a program that prompts the user to input 3 integer values into the computer. Write a function that re-orders the values in the three integer variables such that the values o…
Write a program that prompts the user to input a length expressed in centimeters
Write a program that prompts the user to input a length expressed in centimeters. The program should then convert the length to inches (to the nearest inch) and output the length …
Write a program that prompts the user to input a lengthexpressed in centimeters.
Write a program that prompts the user to input a lengthexpressed in centimeters. The program should then convertthe length to inches(to the nearest inch) and output he lengthexpre…
Write a program that prompts the user to input a sequence of characters and outp
Write a program that prompts the user to input a sequence of characters and outputs A, E, I, O, U, and Y and the number of times each vowel appears in the input string. A null-ret…
Write a program that prompts the user to input a string and then outputs the str
Write a program that prompts the user to input a string and then outputs the string in the pig Latin form. The rules for converting a string into pig Latin form are as follows: a.…
Write a program that prompts the user to input a string and then outputs the str
Write a program that prompts the user to input a string and then outputs the string in the pig Latin form. The rules for converting a string into pig Latin form are as follows: a.…
Write a program that prompts the user to input a string and then outputs the str
Write a program that prompts the user to input a string and then outputs the string in the pig Latin form. The rules for converting a string into pig Latin form are as follows: a.…
Write a program that prompts the user to input a string. The program then to rem
Write a program that prompts the user to input a string. The program then to remove all the vowels from the string. For example, if str = "There", then after removing all the vowe…
Write a program that prompts the user to input a string. The program then uses t
Write a program that prompts the user to input a string. The program then uses the function substr to remove all the vowels from the string. For example, if str = ”There” , then a…
Write a program that prompts the user to input a string. The program then uses t
Write a program that prompts the user to input a string. The program then uses the function substr to remove all the vowels from the string. For example, if str="There", then afte…
Write a program that prompts the user to input a string. The program then uses t
Write a program that prompts the user to input a string. The program then uses the function substr to remove all the vowels from the string. For example, if str = "Ther", then aft…
Write a program that prompts the user to input an integer and then outputs both
Write a program that prompts the user to input an integer and then outputs both the individual digits of the number and the sum of the digits. For example, the program should: oup…
Write a program that prompts the user to input an integer and then outputs both
Write a program that prompts the user to input an integer and then outputs both the individual digits of the number and the sum of the digits.  For example, the program should: ou…
Write a program that prompts the user to input an integer and then outputs both
Write a program that prompts the user to input an integer and then outputs both the individual digits of the number and the sum of the digits while explaining each step to the sid…
Write a program that prompts the user to input an integer and then outputs both
Write a program that prompts the user to input an integer and then outputs both the individual digits of the number and the sum of the digits. For example, the program should: oup…
Write a program that prompts the user to input an integer and then outputs both
Write a program that prompts the user to input an integer and then outputs both the individual digits of the number and the sum of the digits. For example, the program should: oup…
Write a program that prompts the user to input an integer and then outputsboth t
Write a program that prompts the user to input an integer and then outputsboth the individual digits of the number and the sum of the digits. For example, the program should: outp…
Write a program that prompts the user to input and integer andthen outputs both
Write a program that prompts the user to input and integer andthen outputs both the individual digits of the number and the sumof the digits. For example, it should output the ind…
Write a program that prompts the user to input cash amounts and use a method to
Write a program that prompts the user to input cash amounts and use a method to calculate the average amount for a week given 7 inputs of daily cash intake amounts for a cash regi…
Write a program that prompts the user to input the name of a text file and then
Write a program that prompts the user to input the name of a text file and then outputs the number of words in the file. You can consider a "word" to be any text that is surrounde…
Write a program that prompts the user to input the value of a (the coefficient o
Write a program that prompts the user to input the value of a (the coefficient of x 2 ), b (the coefficient of x), and c (the constant term), and outputs the type of roots of the …
Write a program that prompts the user to input the value of a (the coefficient o
Write a program that prompts the user to input the value of a (the coefficient of x 2 ), b (the coefficient of x), and c (the constant term), and outputs the type of roots of the …
Write a program that prompts the user to input the x-ycoordinate of a point in a
Write a program that prompts the user to input the x-ycoordinate of a point in a cartesian plane. The program shouldthen output a message indicating whether the point is theorigin…
Write a program that prompts the user to input three integers. You may assume th
Write a program that prompts the user to input three integers. You may assume that none of the integers are equal. The output of the program should print the numbers in order from…
Write a program that prompts the user to provide a single character from the alp
Write a program that prompts the user to provide a single character from the alphabet. Print "vowel", or "consonant" depending on the user input. The program prints "error" if -th…
Write a program that prompts the user to read two integers and displays their su
Write a program that prompts the user to read two integers and displays their sum. Your program should prompt the user to read the number again if the input is incorrect. I AM HAV…
Write a program that prompts the user to read two integers and displays their su
Write a program that prompts the user to read two integers and displays their sum . If anything but an integer is passed as input, your program should catch the InputMismatchExcep…
Write a program that prompts the user to read two integers and displays their su
Write a program that prompts the user to read two integers and displays their sum. If anything but an integer is passed as input, your program should catch the InputMismatchExcept…
Write a program that prompts the user to select a shape to be drawn on the scree
Write a program that prompts the user to select a shape to be drawn on the screen. Objects: pyramid, hexagon, diamond, pentagon Depending on the user’s choice from a Menu (Create …