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 1021 / 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 java program called ComputeCDValue that takes an initial deposited CD am
Write a java program called ComputeCDValue that takes an initial deposited CD amount, an annual percentage yield, and a maturity period in months, and that prints out the CD's val…
Write a java program called Grade to calculate the current grade based on this g
Write a java program called Grade to calculate the current grade based on this grading system: Exams =45% Project=20% Assignments=20% Final Exam=15% Additionally, attendance will …
Write a java program called InputSum that prompts the user to enter a positive i
Write a java program called InputSum that prompts the user to enter a positive integer number. The program should accept integers until the user enters the value -1 (negative one)…
Write a java program called LocateLargestElement that reads in a two dimensional
Write a java program called LocateLargestElement that reads in a two dimensional array and then returns the location of the largest element. In the main() method of your program, …
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called Mismatch.java(that takes a string as input) to ident
Write a java program called Mismatch.java(that takes a string as input) to identify mismatched brackets. This happens when there are too many opening brackets ('{', '[', '(' and '…
Write a java program called PalindromicPrime that displays the first 100 numbers
Write a java program called PalindromicPrime that displays the first 100 numbers that are both a palindrome and a prime number. In your output you must show 10 numbers per line, a…
Write a java program called PasswordTest that accepts a string from the user and
Write a java program called PasswordTest that accepts a string from the user and evaluates it as a password, giving it a valid or invalid verdict. A good password will be at least…
Write a java program called PhoneKeypad that asks the user to enter a phone numb
Write a java program called PhoneKeypad that asks the user to enter a phone number string which can include both letters and numbers (as well as dashes and spaces), and then your …
Write a java program called PositiveNegative that reads an unspecified number of
Write a java program called PositiveNegative that reads an unspecified number of integers, determines how many positive and negative values have been entered, and computes the sum…
Write a java program called Question39 that does the following: Gets input for t
Write a java program called Question39 that does the following: Gets input for temperature Utilizing a branching statement: If temperature is 76-100, call method outputHot passing…
Write a java program called Question39 that does the following: Gets input for t
Write a java program called Question39 that does the following: Gets input for temperature Utilizing a branching statement: If temperature is 76-100, call method outputHot passing…
Write a java program called Queues.java to simulate the operation of an I/O buff
Write a java program called Queues.java to simulate the operation of an I/O buffer using a linked queue data structure. Queues are used extensively in situations where the input o…
Write a java program called RevePol.java to calculate the value of an integer ex
Write a java program called RevePol.java to calculate the value of an integer expression in Reverse Polish Notation using a linked stack data structure to store intermediate value…
Write a java program called RowSorting that sorts the rows in a two dimensional
Write a java program called RowSorting that sorts the rows in a two dimensional 3x3 array that contains values entered in by the user. In your main() method you will ask the user …
Write a java program called StringMethods that reads from the user two strings (
Write a java program called StringMethods that reads from the user two strings (name them string_1 and string_2), and then uses String class methods to manipulate these strings as…
Write a java program called TestPrimaryArray that asks a user, in its main() met
Write a java program called TestPrimaryArray that asks a user, in its main() method, how many integer values they will enter to test for primes. Then, in your main() method, you w…
Write a java program fills in an array with up to 20 nonnegative whole numbers a
Write a java program fills in an array with up to 20 nonnegative whole numbers and the searches the array for values specifid by the user. I would like to see that you are using b…
Write a java program for a publisher. The Publisher class will have a name, numb
Write a java program for a publisher. The Publisher class will have a name, number of staff members, types of publications (books, magazines, videos). Book and Magazine are subcla…
Write a java program for the following. The equation of a line in standard form
Write a java program for the following. The equation of a line in standard form is ax + by = c, where a and b both cannot be zero, and a, b, and c are real number. If b 0, then –a…
Write a java program for your friend who works at the superstore is urgently in
Write a java program for your friend who works at the superstore is urgently in need of your help with some basic sales records. Consider a class Sales that keeps track of the sal…
Write a java program implementing Encapsulation concept, for showing the busines
Write a java program implementing Encapsulation concept, for showing the business logic for Amazon shopping website: -Create the array variables for ItemID, ItemName, Price and ge…
Write a java program in (intelliJ) For this project, you will build a hospital i
Write a java program in (intelliJ) For this project, you will build a hospital interface, where you can: - Login - List patients - Add patients - See patient records - Add/remove …
Write a java program named StampCalc,java. This program will input 3 values from
Write a java program named StampCalc,java. This program will input 3 values from the command-line. The first will represent the number of First Class stamps requested, the second …
Write a java program please: Asks the user to enter a binary number Validates th
Write a java program please: Asks the user to enter a binary number Validates that the entry is a binary number. Nothing but a binary number should be allowed. The program convert…
Write a java program so the user can choose the dimensions of the flag and which
Write a java program so the user can choose the dimensions of the flag and which country's flag to be displayed. Also, create a class country, which has the following properties: …
Write a java program that a) Creates three arrays (of the class created in part
Write a java program that a) Creates three arrays (of the class created in part 2) with max_size of 100, 10000 and 1000000 elements b) Populates the three arrays with random integ…
Write a java program that allows the user to enter the last names of five candid
Write a java program that allows the user to enter the last names of five candidates in a local election and the votes received by each candidate. The program should then output e…
Write a java program that allows to: Generate a random integer number between 20
Write a java program that allows to: Generate a random integer number between 20 and 100. Ask the user to find the number by giving propositions (or guessing). The program gives f…
Write a java program that by using 3 output ways (println, print, printf) can pr
Write a java program that  by using 3 output ways (println, print, printf) can print out the name ERIK by the following letter format. Those 3 print output ways should be used at …
Write a java program that calculates average of math, science grade as well as t
Write a java program that calculates average of math, science grade as well as total class average. The class gets following math and science grade of mid-term: MATH SCIENCE 80.5 …
Write a java program that calculates of rectangular and right triangles Your mai
Write a java program that calculates of rectangular and right triangles Your main function should able to call two functions: calculateTriangle and calculateRectangle Each functio…
Write a java program that calculates reimbursement values and satisfies the foll
Write a java program that calculates reimbursement values and satisfies the following. 1 reads and writes data to a file. one output and input file 2 the first line of the data fi…
Write a java program that calculates sales price of each item. The sales price i
Write a java program that calculates sales price of each item. The sales price is calculated as follows: sales price = original price + (original price x tax) The tax rate is 5%. …
Write a java program that calculates the homework assignment grade points (a 100
Write a java program that calculates the homework assignment grade points (a 100 points scale) (java programming) Rule #1: The score calculation is based on: 1.      all problems …
Write a java program that calculates the total price for the book order. The pro
Write a java program that calculates the total price for the book order. The program should prompt the user (input) for teh price of each book, and the number of copies of the boo…
Write a java program that calls a method called reverse3 that accepts an ArrayLi
Write a java program that calls a method called reverse3 that accepts an ArrayList of integer values as a parameter and reverses each successive sequence of three values in the li…
Write a java program that calls a method called reverse3 that accepts an ArrayLi
Write a java program that calls a method called reverse3 that accepts an ArrayList of integer values as a parameter and reverses each successive sequence of three values in the li…
Write a java program that calls a method called reverse3 that accepts an ArrayLi
Write a java program that calls a method called reverse3 that accepts an ArrayList of integer values as a parameter and reverses each successive sequence of three values in the li…
Write a java program that calls a method called reverse4 that accepts an ArrayLi
Write a java program that calls a method called reverse4 that accepts an ArrayList of integer values as a parameter and sorts each successive sequence of four values in the list i…
Write a java program that calls a method called reverse4 that accepts an ArrayLi
Write a java program that calls a method called reverse4 that accepts an ArrayList of integer values as a parameter and reverses each successive sequence of four values in the lis…
Write a java program that calls a method that accepts an ArrayList of integer va
Write a java program that calls a method that accepts an ArrayList of integer values as a parameter and sorts each successive sequence of four values in the list in the descending…