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 1104 / 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 receives two strings (C++ string) from the user, and create
Write a program that receives two strings (C++ string) from the user, and creates a third C style string (null-terminated character array) which is concatenation of two strings en…
Write a program that recommends the number of calories a person should eat each
Write a program that recommends the number of calories a person should eat each day. Calories are units of energy found in all foods. Base your recommendation on the person's weig…
Write a program that records and displays information about a roster for a baseb
Write a program that records and displays information about a roster for a baseball or softball team. The information recorded includes first name, last name, position, and battin…
Write a program that records and displays league standings for a baseball league
Write a program that records and displays league standings for a baseball league. The program will ask the user to enter five team names, and five win amounts. It will store the d…
Write a program that records and displays league standings for a baseball league
Write a program that records and displays league standings for a baseball league. THE DATA MUST BE STORED IN A SINGLE ARRAY -- A DYNAMICALLY ALLOCATED ARRAY OF WINRECORD STRUCTS. …
Write a program that records high-score data for a fictitious game The program w
Write a program that records high-score data for a fictitious game The program will ask the H| user to enter five names, and five scores It will HB store the data in memory, and p…
Write a program that records high-score data for a fictitious game. The program
Write a program that records high-score data for a fictitious game. The program will ask the user to enter five names, and five scores. It will store the data in memory, and print…
Write a program that records high-score data for a fictitious game. The program
Write a program that records high-score data for a fictitious game. The program will ask the user to enter five names, and five scores. It will store the data in memory, and print…
Write a program that records high-score data for a fictitious game. The program
Write a program that records high-score data for a fictitious game. The program will ask the user to enter five names, and five scores. It will store the data in memory, and print…
Write a program that records transactions for customers into a 4 column array. T
Write a program that records transactions for customers into a 4 column array. The program runs a hair salon/day spa that provides 2 service types (hair and skin) Use 1 listbox (o…
Write a program that removes duplicates from a set of 10000 random numbers. Use
Write a program that removes duplicates from a set of 10000 random numbers. Use each of the sorting methods in Chapter 10. Display the elapsed times for each sort. Display the sor…
Write a program that repeatedly asks the user to enter a number, either float or
Write a program that repeatedly asks the user to enter a number, either float or integer until a value -88 is entered. The program should then output the average of the numbers en…
Write a program that repeatedly prompts for a positive integer and prints the fa
Write a program that repeatedly prompts for a positive integer and prints the factors of the integer. If the integer is prime, then the program also prints that the integer is pri…
Write a program that repeatedly prompts for an English word to translate into Pi
Write a program that repeatedly prompts for an English word to translate into Pig Latin, and prints the translated word. If the user enters a period, halt the program. (a) If a wo…
Write a program that repeatedly prompts the user to enter a capital for a state.
Write a program that repeatedly prompts the user to enter a capital for a state. Upon receiving the user input, the program reports whether the answer is correct. Assume that 50 s…
Write a program that repeatedly prompts the user to enter a capital for a state.
Write a program that repeatedly prompts the user to enter a capital for a state. Upon receiving the user input, the program reports whether the answer is correct. Assume that 50 s…
Write a program that repeatedly prompts the user to enter a secret word or phras
Write a program that repeatedly prompts the user to enter a secret word or phrase, until they enter it correctly. Case insensitive comparison should be used. The secret word is an…
Write a program that repeatedly quizzes the user about name popularity. For inst
Write a program that repeatedly quizzes the user about name popularity. For instance: > In 2015, was the name Charlotte (1) or Logan (2) more popular (enter 1 or 2)? > 1 &gt…
Write a program that repeatedly reads an integer between 0 and 100 that represen
Write a program that repeatedly reads an integer between 0 and 100 that represents a number of cents. Convert that number of cents to the equivalent number of quarters, dimes, nic…
Write a program that request a student\'s name in the following form: lastName,f
Write a program that request a student's name in the following form: lastName,firstName. The program then converts each name to the following form: firstName lastName. Your progra…
Write a program that requests a password after the author/program information is
Write a program that requests a password after the author/program information is displayed. Make the password "hello". The program should then ask the user for their name: if the …
Write a program that requests a person\'s weight and height as input and display
Write a program that requests a person's weight and height as input and displays the person's body mass index.Use the function BMI to calculate the body mass index, 703 times the …
Write a program that requests a person\'s weight and height as input and display
Write a program that requests a person's weight and height as input and displays the BMI has to be displayed to the nearest whole number heres my code so far #include "stdafx.h" ã…
Write a program that requests an integer and displays: - all factors of the inpu
Write a program that requests an integer and displays: - all factors of the input (numbers that evenly divide the input) (i.e. 1, 2, 3, 5, 6, 10, 15 are all factors of 30) - if th…
Write a program that requests integer numbers from the user repetitively though
Write a program that requests integer numbers from the user repetitively though the keyboard (using printf and scanf) until the user enters 0.  Createtwo variables that accumulate…
Write a program that requests the numeric grades on a midterm and a final exam a
Write a program that requests the numeric grades on a midterm and a final exam and then uses a Function procedure to assign a semester grade (A, B, C, D, OR F). The final exam sho…
Write a program that requests the numeric grades on a midterm and a final exam a
Write a program that requests the numeric grades on a midterm and a final exam and then uses a Function procedure to assign a semester grade (A, B, C, D, OR F). The final exam sho…
Write a program that requests the numeric grades on a midterm and a final exam a
Write a program that requests the numeric grades on a midterm and a final exam and then uses a Function procedure to assign a semester grade (A, B, C, D, OR F). The final exam sho…
Write a program that requests the numeric grades on a midterm and a final exam a
Write a program that requests the numeric grades on a midterm and a final exam and then uses a Function procedure to assign a semester grade (A, B, C, D, OR F). The final exam sho…
Write a program that requests the user to enter a Fahrenheit temperature. The pr
Write a program that requests the user to enter a Fahrenheit temperature. The program should read the temperature as a type double number and pass it as an argument to a user-supp…
Write a program that requests the user to enter an alphabetic character. Then co
Write a program that requests the user to enter an alphabetic character. Then convert the character from upper case to lower case or lower case to upper case. Print an error messa…
Write a program that requests the user to enter hours worked in a week and the h
Write a program that requests the user to enter hours worked in a week and the hourly wage. The program should then print the gross pay, the taxes, and the net pay. Assume the fol…
Write a program that requires a user to enter their own password as part of crea
Write a program that requires a user to enter their own password as part of creating their online account. Your program will require the user's passwords meet the following criter…
Write a program that reverses a sentence, (Example: input : my name is ; output:
Write a program that reverses a sentence, (Example: input : my name is ; output: is name my ) Here what i've done: import java.util.*; import java.lang.*; public class W4 {       …
Write a program that reverses a string with the following features: 1. In the ma
Write a program that reverses a string with the following features: 1. In the main function, ask the user to enter a string. 2. The entered string can be handled as C-string (or c…
Write a program that reverses a string with the following features: 1. In the ma
Write a program that reverses a string with the following features: 1. In the main function, ask the user to enter a string. 2. The entered string can be handled as C-string (or c…
Write a program that reverses a text file by using a stack. The user interface m
Write a program that reverses a text file by using a stack. The user interface must consist of 2 list boxes and 3 buttons. The 3 buttons are: Read - reads the text file into list …
Write a program that reverses a text file by using a stack. The user interface m
Write a program that reverses a text file by using a stack. The user interface must consist of 2 list boxes and 3 buttons. The 3 buttons are: Read - reads the text file into list …
Write a program that reverses a text file by using a stack. The user interface m
Write a program that reverses a text file by using a stack. The user interface must consist of 2 list boxes and 3 buttons. The 3 buttons are: Read - reads the text file into list …
Write a program that reverses a text file by using a stack. The user interface m
Write a program that reverses a text file by using a stack. The user interface must consist of 2 list boxes and 3 buttons. The 3 buttons are: Read - reads the text file into list …
Write a program that reverses a text file by using a stack. The user interface m
Write a program that reverses a text file by using a stack. The user interface must consist of 2 list boxes and 3 buttons. The 3 buttons are: Read - reads the text file into list …
Write a program that reverses the order of the bits in an unsigned integer value
Write a program that reverses the order of the bits in an unsigned integer value. The program should input the value from the user and call function reverseBits to print the bits …
Write a program that runs a counter in a separate thread. The counter should sta
Write a program that runs a counter in a separate thread. The counter should start at one and increment its value every second. Every five seconds the counter should output its va…
Write a program that scores a blackjack hand. In blackjack, a player receives fr
Write a program that scores a blackjack hand. In blackjack, a player receives from 2 to 5 cards. The player decides how many, but hat has no effect on this problem. The cards 2 th…
Write a program that scores a blackjack hand. In blackjack, a player receives fr
Write a program that scores a blackjack hand. In blackjack, a player receives from two to five cards. (The player decides how many, but that has no effect on this exercise.) The c…
Write a program that scores a blackjack hand. In blackjack, a player receives fr
Write a program that scores a blackjack hand. In blackjack, a player receives from two to five cards. (The player decides how many, but that has no effect on this exercise.) The c…
Write a program that scores a blackjack hand. In blackjack, a player receives fr
Write a program that scores a blackjack hand. In blackjack, a player receives from two to five cards. (The player decides how many, but that has no effect on this exercise.) The c…
Write a program that scores a blackjack hand. In the blackjack, aplayer receives
Write a program that scores a blackjack hand. In the blackjack, aplayer receives either2,3,4 or 5 cards. The cards labeled 2 through10 are scored respectively 2 through 10 points …
Write a program that scores a blackjack hand. Â In blackjack, a player receives
Write a program that scores a blackjack hand. Â In blackjack, a player receives from 2 to 5 cards. The player decides how many, but hat has no effect on this problem. The cards 2…
Write a program that scrambles a sentence by: reversing the order of words in a
Write a program that scrambles a sentence by: reversing the order of words in a sentence and shifting all the letters in each word by two positions to the right. When shifting to …