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 1093 / 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 a user for an integer value inthe range 0 to 32,767
Write a program that prompts a user for an integer value inthe range 0 to 32,767 and then prints the individual digits of thenumber on a line with three spaces between the digits.…
Write a program that prompts a user to enter a binary number (0s and 1s). Your p
Write a program that prompts a user to enter a binary number (0s and 1s). Your program then checks that it is indeed a binary number, meaning that it contains only 0s and 1s. If i…
Write a program that prompts a user to enter a series of words (strings) represe
Write a program that prompts a user to enter a series of words (strings) representing binary numbers (0s and 1s). Your program then checks whether the words are indeed binary numb…
Write a program that prompts correctly and validates the input for a date. For e
Write a program that prompts correctly and validates the input for a date. For every input value requested you must validate it and if invalid, request it again until user enters …
Write a program that prompts for a number and displays it in Roman numerals (You
Write a program that prompts for a number and displays it in Roman numerals (You should be able to handle numbers from 1 to 4999. You can check your program by comparing its answe…
Write a program that prompts for a pattern of 6 dice and then counts the number
Write a program that prompts for a pattern of 6 dice and then counts the number of throw necessary to get that pattern to appear. Use several methods: you might have one for input…
Write a program that prompts for an integer input. If the input is less than 1,
Write a program that prompts for an integer input. If the input is less than 1, re-prompt and re-collect from the user. When the input is valid, it represents the number of times …
Write a program that prompts for and accepts input of test grades that are integ
Write a program that prompts for and accepts input of test grades that are integers between 0 and 100. For each numerical test grade, your program should display a corresponding l…
Write a program that prompts for and accepts input of test grades that are integ
Write a program that prompts for and accepts input of test grades that are integers between 0 and 100. For each numerical test grade, your program should display a corresponding l…
Write a program that prompts for and reads in test scores. You may assume that v
Write a program that prompts for and reads in test scores. You may assume that valid test scores will be integer values between 0 and 100. You may also assume that the user will n…
Write a program that prompts for and reads in test scores. You may assume that v
Write a program that prompts for and reads in test scores. You may assume that valid test scores will be integer values between 0 and 100. You may also assume that the user will n…
Write a program that prompts for and reads the user\'s city and country (separat
Write a program that prompts for and reads the user's city and country (separately). Then print a string composed of the first two letters of the user's country, followed by a com…
Write a program that prompts the user first to enter the number of employees and
Write a program that prompts the user first to enter the number of employees and then to enter the name and bonus amount for each employee (the name should be a single string with…
Write a program that prompts the user first to enter the number of employees and
Write a program that prompts the user first to enter the number of employees and then to enter the name and bonus amount ofr each employee (the name should be a single string with…
Write a program that prompts the user for 10 floating point values. The program
Write a program that prompts the user for 10 floating point values. The program should invoke two methods to calculate the mean and standard deviation of the numbers. You can use …
Write a program that prompts the user for a data in dd/mm/yyyy format (e.g., \"0
Write a program that prompts the user for a data in dd/mm/yyyy format (e.g., "04/13/2010"); the program will then write out the equivalent date in "month dd yyyy" format (April 13…
Write a program that prompts the user for a day (1 – 31 ), month (1 – 12), and y
Write a program that prompts the user for a day (1 – 31 ), month (1 – 12), and year (>= 1583) and prints out the day corresponding to that date—that is, Sunday, Monday, Tuesday…
Write a program that prompts the user for a day (1 – 31 ), month (1 – 12), and y
Write a program that prompts the user for a day (1 – 31 ), month (1 – 12), and year (>= 1583) and prints out the day corresponding to that date—that is, Sunday, Monday, Tuesday…
Write a program that prompts the user for a file name, assuming that the file co
Write a program that prompts the user for a file name, assuming that the file contains a Java program. Your program should read the file and print its contents properly indented. …
Write a program that prompts the user for a file name, the file contains a Java
Write a program that prompts the user for a file name, the file contains a Java program. Your program should read the file and print to a file its contents properly indented. When…
Write a program that prompts the user for a file name, the file contains a Java
Write a program that prompts the user for a file name, the file contains a Java program. Your program should read the file and print to a file its contents properly indented. When…
Write a program that prompts the user for a file name, the file contains a Java
Write a program that prompts the user for a file name, the file contains a Java program. Your program should read the file and print to a file its contents properly indented. When…
Write a program that prompts the user for a file name, the file contains a Java
Write a program that prompts the user for a file name, the file contains a Java program. Your program should read the file and print to a file its contents properly indented. When…
Write a program that prompts the user for a file name, the file contains a Java
Write a program that prompts the user for a file name, the file contains a Java program. Your program should read the file and print to a file its contents properly indented. When…
Write a program that prompts the user for a measurement in meters and then conve
Write a program that prompts the user for a measurement in meters and then converts it into miles, feet, and inches. Use a class public class Converter { /** Constructs a converte…
Write a program that prompts the user for a name and prints each letter of the n
Write a program that prompts the user for a name and prints each letter of the name on separate lines. For example, inputting "Bob Smith" would produce the following output Please…
Write a program that prompts the user for a number of seconds-assume that the us
Write a program that prompts the user for a number of seconds-assume that the user enters a non-negative integer value. Calculate and output the equivalent number of hours, minute…
Write a program that prompts the user for a number of seconds-assume that the us
Write a program that prompts the user for a number of seconds-assume that the user enters a non-negative integer value. Calculate and output the equivalent number of hours, minute…
Write a program that prompts the user for a number of seconds-assume that the us
Write a program that prompts the user for a number of seconds-assume that the user enters a non-negative integer value. Calculate and output the equivalent number of hours, minute…
Write a program that prompts the user for a positive integer n and output whethe
Write a program that prompts the user for a positive integer n and output whether the number is a palindrome or not. A palindrome number is a number that is the same when reversal…
Write a program that prompts the user for a positive integer n and outputs n!, i
Write a program that prompts the user for a positive integer n and outputs n!, its Stirling approx- imation, and the relative error of the approximation given by The program is co…
Write a program that prompts the user for a positive integer number and output w
Write a program that prompts the user for a positive integer number and output whether the number is a palindrome or not. A palindrome number is a number that is the same when rev…
Write a program that prompts the user for a positive number. The program then pr
Write a program that prompts the user for a positive number. The program then prints the pattern given below. Sample Run: "E\WORKSharjahTEACHINGN C++ programminghw2_ex1-Copyexe" E…
Write a program that prompts the user for a random seed followed by a second pro
Write a program that prompts the user for a random seed followed by a second prompt asking for the number of times a pair of dice are to be rolled. The program should generate the…
Write a program that prompts the user for a size of a 2D matrix. Then it populat
Write a program that prompts the user for a size of a 2D matrix. Then it populates the matrix with random numbers from 0-9, and prints that out. Next create a new matrix that is t…
Write a program that prompts the user for a string and then prints out the same
Write a program that prompts the user for a string and then prints out the same string shifted by one character to the right. The last character should become the first one after …
Write a program that prompts the user for a wavelength value or a frequency and
Write a program that prompts the user for a wavelength value or a frequency and prints a description of the corresponding part of the electromagnetic spectrum, as given below. You…
Write a program that prompts the user for an amount (whole number). The program
Write a program that prompts the user for an amount (whole number). The program should then increase the values of the first column by that amount and store the updated values in …
Write a program that prompts the user for an input file name, opens the file as
Write a program that prompts the user for an input file name, opens the file as binary read-mode, and displays the first 256 bytes of the input file on the screen, as hex and thei…
Write a program that prompts the user for an x and a y coordinate in the Cartesi
Write a program that prompts the user for an x and a y coordinate in the Cartesian plane and prints out a message indicating if the point (x; y) lies on an axis (x or y axis, or b…
Write a program that prompts the user for different pieces of information, perfo
Write a program that prompts the user for different pieces of information, performs various calculations, and displays the requested results on the screen as indicated by each set…
Write a program that prompts the user for his/her first name and last name. Then
Write a program that prompts the user for his/her first name and last name. Then print the last name in capital case and put dashes under the last name. Finally, output a farewell…
Write a program that prompts the user for numbers from cin. Stop reading numbers
Write a program that prompts the user for numbers from cin. Stop reading numbers when the input value is zero. Display the total of the odd entries and the even entries. For examp…
Write a program that prompts the user for the integer coordinates of the bottom-
Write a program that prompts the user for the integer coordinates of the bottom-left and top-right corners of a rectangle, entered as x1 y1 x2 y2 where (x1, y1) and (x2, y2) respe…
Write a program that prompts the user for the name of a file and then tries to o
Write a program that prompts the user for the name of a file and then tries to open it. The open function needs a C-style string instead of a C++ string. Fortunately there is a fu…
Write a program that prompts the user for the name of a file and then tries to o
Write a program that prompts the user for the name of a file and then tries to open it. If the input file is there and can be opened, the program should read the list of integers …
Write a program that prompts the user for the number n of die tosses, then calls
Write a program that prompts the user for the number n of die tosses, then calls a constructor with argument n. Your class should have a method which then generates a sequence of …
Write a program that prompts the user for the number of tellers at Nation’s Bank
Write a program that prompts the user for the number of tellers at Nation’s Bank in Hyatesville that worked each of the last three years. For each worker the program should ask fo…
Write a program that prompts the user for the number of tellers at Nation’s Bank
Write a program that prompts the user for the number of tellers at Nation’s Bank in Hyatesville that worked each of the last three years. For each worker the program should ask fo…
Write a program that prompts the user for their quarterly water bill for the las
Write a program that prompts the user for their quarterly water bill for the last four quarters. The program should find and output their average monthly water bill. If the averag…