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 1110 / 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 translates a text to Fake Latin and back. English is transl
Write a program that translates a text to Fake Latin and back. English is translated to Fake Latin by taking the first letter of every word, moving it to the end of the word and a…
Write a program that translates an alphabetic phone number intonumeric form. Bel
Write a program that translates an alphabetic phone number intonumeric form.    Below is an example output showingthe format you should use. The user input is shown asunderlined t…
Write a program that translates arithmetic expressions written used the standard
Write a program that translates arithmetic expressions written used the standard infix notation, into RPN (Reserve Polish Notation). Your program should use a Java class Stack. Yo…
Write a program that translates messages in the file data.in to lewhalltat, line
Write a program that translates messages in the file data.in to lewhalltat, line by line. To translate a message to lewhalltat use the following rules: All numbers are converted t…
Write a program that use a class rectangle and has functions that compute area a
Write a program that use a class rectangle and has functions that compute area and perimeter. Use Boolean functinon to determine if the rectangle is a square (if so have a destruc…
Write a program that use a two-dimensional array to store the highest and lowest
Write a program that use a two-dimensional array to store the highest and lowest temperatures for each month of the year (12 by 2). The program should output the average high, ave…
Write a program that user enters 4 position hexadecimal number (0-9 and A,B,C,D,
Write a program that user enters 4 position hexadecimal number (0-9 and A,B,C,D,E,F) as “character string” and you print the decimal value along with entered hexadecimal value.  A…
Write a program that user enters 4 position hexadecimal number and you output th
Write a program that user enters 4 position hexadecimal number and you output the decimal value along with hexadecimal value. Thus 4A7C would output “Hexadecimal-4A70 equals decim…
Write a program that user enters 4 position hexadecimal number and you output th
Write a program that user enters 4 position hexadecimal number and you output the decimal value along with hexadecimal value. Thus 4A7C would output “Hexadecimal=4A7C equals decim…
Write a program that uses C style string functions to create data files usable a
Write a program that uses C style string functions to create data files usable as the input files for the Airline assignment  • You will be provided with a sample input file calle…
Write a program that uses a 2-D array to store the highest and lowest temperatur
Write a program that uses a 2-D array to store the highest and lowest temperatures for each montjh of the year. The program should output the average high, average low, and highes…
Write a program that uses a 3x3 array and randomly place each integer from 1 to
Write a program that uses a 3x3 array and randomly place each integer from 1 to 9 into the nine squares. The program calculates the magic number by adding all the numbers in the a…
Write a program that uses a BorderPane that: 1. starts with two buttons on the b
Write a program that uses a BorderPane that: 1. starts with two buttons on the bottom and your name on the screen and the two buttons should be programmed for up and down instead …
Write a program that uses a FOR statement to perform the following task: The pro
Write a program that uses a FOR statement to perform the following task: The program will ask the user to input a number. The number will be stored as the variable NUMBER. You wil…
Write a program that uses a Scanner object that asks for your name and your exam
Write a program that uses a Scanner object that asks for your name and your examen, assignment and lab marks. The examen counts for 40%, assignments 40% and labs 20%. The program …
Write a program that uses a bag of strings to keep track of a list of chores you
Write a program that uses a bag of strings to keep track of a list of chores you have to accomplish today.The user of the program can request several services: (1) add an item to …
Write a program that uses a class called \"message\".The class message has three
Write a program that uses a class called "message".The class message has three member functions: Message (string content): constructor function required toinitialize the initial m…
Write a program that uses a class named MovieData to store the following informa
Write a program that uses a class named MovieData to store the following information about a movie: Title, Director, Year Released, Running Time (in minutes). Include a constructo…
Write a program that uses a class rectangle in a separate header file. C++ The c
Write a program that uses a class rectangle in a separate header file. C++ The class has data members for length, width, area, and perimeter. The length and width can be set by th…
Write a program that uses a class rectangle in a separate header file. The class
Write a program that uses a class rectangle in a separate header file. The class has data members for length, width, area, and perimeter. The length and width can be set by the us…
Write a program that uses a counter-controlled while loop to prompt the user to
Write a program that uses a counter-controlled while loop to prompt the user to enter how many scores they want to average. Input the number and use it as the maximum value in the…
Write a program that uses a dictionary to assign “codes” to each letter of the a
Write a program that uses a dictionary to assign “codes” to each letter of the alphabet. For example: codes = {'A': ')', 'a': '0', 'B': '(', 'b': '9', etc} Using this code, any oc…
Write a program that uses a dynamic list of strings to keep track of a list of c
Write a program that uses a dynamic list of strings to keep track of a list of chores that you have to accomplish today. The user of the program can request several services: Add …
Write a program that uses a forstatement to calculate and print the product of t
Write a program that uses a forstatement to calculate and print the product of the oddintegers from 1 to 15. Also make sure the program can also read any othernumbers for example …
Write a program that uses a function called recursive_compute_sum to calculate t
Write a program that uses a function called recursive_compute_sum to calculate the sum of the first n integers. The function will take one argument, an integer, and then return th…
Write a program that uses a function multi print tha o Takes an integer value of
Write a program that uses a function multi print tha o Takes an integer value of n from the parameter, and a character value of c o That prints a row of character c, print it n ti…
Write a program that uses a hash table in C++ or Java (Use the HashMap class in
Write a program that uses a hash table in C++ or Java (Use the HashMap class in Java and the map class in C++) to solve the following problem: Summary: write a simple grammar chec…
Write a program that uses a hash table in C++ or Java (Use the HashMap class in
Write a program that uses a hash table in C++ or Java (Use the HashMap class in Java and the map class in C++) to solve the following problem: Summary: write a simple grammar chec…
Write a program that uses a hashing algorithm to create a list ofinventory parts
Write a program that uses a hashing algorithm to create a list ofinventory parts and their quantities sold in the past month. aftercreating the hashed list, write a simple menu-dr…
Write a program that uses a loop to calculate the first seven values of the Fibo
Write a program that uses a loop to calculate the first seven values of the Fibonacci number sequence described by the following formula: Fib(1) = 1, Fib(2) = 1, Fib(n) = Fib(n -1…
Write a program that uses a method called quadrant that accepts as parameters a
Write a program that uses a method called quadrant that accepts as parameters a pair of double values representing an (x, y) point and returns the quadrant number for that point. …
Write a program that uses a multiset of strings to keep track of a list of chore
Write a program that uses a multiset of strings to keep track of a list of chores that you have to accomplish today. The user ofthe program can request several services: 1) add an…
Write a program that uses a random number generator to generate a two digit posi
Write a program that uses a random number generator to generate a two digit positive integer and allows the user to perform one or more of the following operations: a. Double the …
Write a program that uses a random number generator to generate a two digit posi
Write a program that uses a random number generator to generate a two digit positive integer and allows user to perform one or more of the following operations: a.double the numbe…
Write a program that uses a random number generator to generate a two digit posi
Write a program that uses a random number generator to generate a two digit positive integer and allows the user to perform one or more of the following operations: a. Double the …
Write a program that uses a recursive algorithm to compute the determinant of a
Write a program that uses a recursive algorithm to compute the determinant of a matrix (If you refer to a Linear Algebra text, you may find the minors are called co-factors). It s…
Write a program that uses a recursive algorithm to compute the determinant of a
Write a program that uses a recursive algorithm to compute the determinant of a matrix (If you refer to a Linear Algebra text, you may find the minors are called co-factors). It s…
Write a program that uses a recursive function, and the following algorithm, to
Write a program that uses a recursive function, and the following algorithm, to approximate the sin function. The result is output to the screen, as part of the main function To d…
Write a program that uses a stack to reverse its inputs. Your stack must be gene
Write a program that uses a stack to reverse its inputs. Your stack must be generic and you must demonstrate that it accepts both String and Integer types. Your stack must impleme…
Write a program that uses a stack to reverse its inputs. Your stack must be gene
Write a program that uses a stack to reverse its inputs. Your stack must be generic and you must demonstrate that it accepts both String and Integer types. Your stack must impleme…
Write a program that uses a stack to reverse its inputs. Your stack must be gene
Write a program that uses a stack to reverse its inputs. Your stack must be generic and you must demonstrate that it accepts both String and Integer types. Your stack must impleme…
Write a program that uses a structure named CorpData to store the following info
Write a program that uses a structure named CorpData to store the following information on a company division: Division name (such as East, West, North, or South) First quarter sa…
Write a program that uses a structure named CorpData to store the following info
Write a program that uses a structure named CorpData to store the following information on a company division: Division name (such as East, West, North, or South) First quarter sa…
Write a program that uses a structure to store the following data about a custom
Write a program that uses a structure to store the following data about a customer account: Name Address City, state, and ZIP Telephone number Account Balance Date of last payment…
Write a program that uses a structure to store the following data about a custom
Write a program that uses a structure to store the following data about a customer account:      Customer name      Customer address      City      State      ZIP code      Teleph…
Write a program that uses a structure to store the following data on a company d
Write a program that uses a structure to store the following data on a company division: (name the structure Company) Division Name (such as East, West, North, or South) (string) …
Write a program that uses a structure to store the following data on a company d
Write a program that uses a structure to store the following data on a company division. - Division Name (East, West, North or South) - Quarter (1, 2, 3 or 4) - Quarterly Sales Th…
Write a program that uses a structure to store the following data on a company d
Write a program that uses a structure to store the following data on a company division. - Division Name (East, West, North or South) - Quarter (1, 2, 3 or 4) - Quarterly Sales Th…
Write a program that uses a structure to store the following informa- tion for a
Write a program that uses a structure to store the following informa- tion for a particular month at the local airport: Total number of planes that landed Total number of planes t…
Write a program that uses a structure to store the following informa- tion for a
Write a program that uses a structure to store the following informa- tion for a particular month at the local airport: Total number of planes that landed Total number of planes t…