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 1159 / 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 spell checking program which uses a dictionary of words (input by the us
Write a spell checking program which uses a dictionary of words (input by the user as a string) to find misspelled words in a second string, the test string. Your program should p…
Write a spell checking program which uses a dictionary of words (input by the us
Write a spell checking program which uses a dictionary of words (input by the user as a string) to find misspelled words in a second string, the test string. Your program should p…
Write a splice method from the implementation perspective for the LinkedQueue cl
Write a splice method from the implementation perspective for the LinkedQueue class. The secondQueue should not be altered when the method completes. Linked Queue: public class Li…
Write a stack based calculator program in Java that implements GUI. Solution imp
Write a stack based calculator program in Java that implements GUI.
Write a stack class MATCH that gets a string from the user and uses a pointer-ba
Write a stack class MATCH that gets a string from the user and uses a pointer-based stack to determine whether its parentheses are properly balanced/matched. For example, your pro…
Write a stack class using two STL lists. Naturally, a single STL list is more th
Write a stack class using two STL lists. Naturally, a single STL list is more than enough to represent a stack. However, you are only limited to the following STL list methods: (a…
Write a stack interface which includes the following methods: isEmpty() push(Obj
Write a stack interface which includes the following methods: isEmpty() push(Object newItem pop(); popAll(); peek(); display(); Write a class named Astack to implement the above i…
Write a stack member function called elements that returns the number of element
Write a stack member function called elements that returns the number of elements in a stack (the stack should not be changed): int elements (); Write a stack member function call…
Write a stand-alone method that receives an IntStack object as its parameter and
Write a stand-alone method that receives an IntStack object as its parameter and returns an IntStack with the same contents in the same order. Example: If the original stack had {…
Write a statement comparing and/or contrasting the concentration units of molali
Write a statement comparing and/or contrasting the concentration units of molality and molarity. Analyze your own and a neighbor’s statement in the following manner. Is it clear? …
Write a statement for each of the following: Print 1234 right-justified in a 10
Write a statement for each of the following: Print 1234 right-justified in a 10 digit field. Print 123.456789 in exponential notation with    a sign    (+ or    minus)    and 3   …
Write a statement if with: Ask user if they would like donate, accept ‘y’ for ye
Write a statement if with: Ask user if they would like donate, accept ‘y’ for yes or ‘n’ for no answer. LOOP while user answer is ‘y’ Ask for donor’s full name Ask user for credit…
Write a statement or a set of statements to accomplish each of the following: a)
                    Write a statement or a set of statements to accomplish each of the following:                                                       a) Sum the off integers bet…
Write a statement that calls a function named IncreaseItemQty, passing the varia
Write a statement that calls a function named IncreaseItemQty, passing the variable addStock. Assign notebookInfo with the value returned by IncreaseItemQty. #include <stdio.h&…
Write a statement that calls the recursive function BackwardsAlphabet() with par
Write a statement that calls the recursive function BackwardsAlphabet() with parameter startingLetter. #include <stdio.h> void BackwardsAlphabet(char currLetter){ if (currLe…
Write a statement that calls the recursive function BackwardsAlphabet() with par
Write a statement that calls the recursive function BackwardsAlphabet() with parameter startingLetter. #include <stdio.h> void BackwardsAlphabet(char currLetter){ if (currLe…
Write a statement that calls the recursive method backwardsAlphabet() with param
Write a statement that calls the recursive method backwardsAlphabet() with parameter startingLetter. public class RecursiveCalls {    public static void backwardsAlphabet(char cur…
Write a statement that calls the recursive method backwardsAlphabet() with param
Write a statement that calls the recursive method backwardsAlphabet() with parameter startingLetter. JAVA ONLY: please comment with only the 'your solution goes here' line! public…
Write a statement that compares the values of score1 and score2 and takes the fo
Write a statement that compares the values of score1 and score2 and takes the following actions. When score1 exceeds score2 , the message "player1 wins" is printed to standard out…
Write a statement that declare an array named n of type double with 10 elements
Write a statement that declare an array named n of type double with 10 elements Write a statement that declares an array named z of type int with 100 elements initialized to 0. Wr…
Write a statement that declares a variable woohoo and initializes it to 1. Selec
Write a statement that declares a variable woohoo and initializes it to 1. Select an appropriate type. B. Write a statement to declare a variable pi and initialize it to 3.14159. …
Write a statement that includes the header files fstream, string, and iomanip in
Write a statement that includes the header files fstream, string, and iomanip in this program. 2. Write statements that declare inFile to be an ifStream variable and outFile to be…
Write a statement to print the following line. Assume thetotal value is containe
Write a statement to print the following line. Assume thetotal value is contained in the variable named cost.                    The sales total is:   $     172.53                …
Write a static Processing sketch that draws circles on the screen. Your program
Write a static Processing sketch that draws circles on the screen. Your program should have a variable called numBalls declared and initialized at the top of your code. This value…
Write a static method , getBigWords, that gets a single String parameter and ret
Write a static method , getBigWords, that gets a single String parameter and returns an array whose elements are the words in the parameter that contain more than 5 letters. (A wo…
Write a static method called \"acronym\" that takes as a parameter a String cont
Write a static method called "acronym" that takes as a parameter a String containing a phrase and that returns an acronym for the phrase. For example, the following call: acronym(…
Write a static method called \"reverse3\" that takes an ArrayList of Integer val
Write a static method called "reverse3" that takes an ArrayList of Integer values as a parameter and that reverses each successive sequence of three values in the list. For exampl…
Write a static method called hashCode that takes as a parameter a String contain
Write a static method called hashCode that takes as a parameter a String containing a series of numbers and returns a hash code for the series. For example, the following call: ha…
Write a static method called hashCode that takes as a parameter a String contain
Write a static method called hashCode that takes as a parameter a String containing a series of numbers and returns a hash code for the series. For example, the following call: ha…
Write a static method called printPowersOfTwo that takes an integer n as its onl
Write a static method called printPowersOfTwo that takes an integer n as its only parameter and prints the first n powers of two, separated by commas. For example, printPowersOfTw…
Write a static method called printTwoDigit that takes a Random object and an int
Write a static method called printTwoDigit that takes a Random object and an integer n as parameters and that prints a series of n randomly generated two-digit numbers. The method…
Write a static method called quadrant that takes as parameters a pair of real nu
Write a static method called quadrant that takes as parameters a pair of real numbers representing an (x, y) point and that returns the quadrant number for that point. Recall that…
Write a static method called reportScore that takes as a parameter a Scanner con
Write a static method called reportScore that takes as a parameter a Scanner containing information about a student's performance and that prints a report for that student. Studen…
Write a static method called shorten that takes an ArrayList of Integers as a pa
Write a static method called shorten that takes an ArrayList of Integers as a parameter. It should replace each sequence of two or more equal Integers in the ArrayList with a sing…
Write a static method called shorten that takes an ArrayList of Integers as a pa
Write a static method called shorten that takes an ArrayList of Integers as a parameter. It should replace each sequence of two or more equal Integers in the ArrayList with a sing…
Write a static method complete with a header line that has two integer array arg
Write a static method complete with a header line that has two integer array arguments, A and B. The arrays may have different lengths. Determine the average of the values in arra…
Write a static method in Java called deleteRepeats that has a partially filled a
Write a static method in Java called deleteRepeats that has a partially filled array of characters as a formal parameter and that deletes all repeated letters from the array. Beca…
Write a static method isAllEven that takes an array of integers as a parameter a
Write a static method isAllEven that takes an array of integers as a parameter and that returns a boolean value indicating whether or not all of the values are even numbers (true …
Write a static method minGap that takes an integer array as a parameter and that
Write a static method minGap that takes an integer array as a parameter and that returns the minimum gap between adjacent values in the array. The gap between two adjacent values …
Write a static method name wordCountAndFixSpace that takes a scanner representin
Write a static method name wordCountAndFixSpace that takes a scanner representing a file as a parameter and that reports various statistics about the file. The method should gener…
Write a static method named \"countCoins\" that accepts one parameter (a Scanner
Write a static method named "countCoins" that accepts one parameter (a Scanner attached to an input file) whose data represents a person's money grouped into stacks of coins. Your…
Write a static method named \"hasNoDuplicates\" that takes an array of Strings a
Write a static method named "hasNoDuplicates" that takes an array of Strings as a parameter and that returns a boolean value indicating whether or not any of the Strings in the ar…
Write a static method named allPlural that accepts an array of strings as a para
Write a static method named allPlural that accepts an array of strings as a parameter and returns true only if every string in the array is a plural word, and false otherwise. For…
Write a static method named anglePairs that accepts three angles (integers), mea
Write a static method named anglePairs that accepts three angles (integers), measured in degrees, as parameters and returns whether or not there exists both complementary and supp…
Write a static method named boyGirl that takes a string of text as a parameter.
Write a static method named boyGirl that takes a string of text as a parameter. Assume that the text represents a series of names followed by integers, and that the names alternat…
Write a static method named conflicts that takes two Maps using Strings as keys
Write a static method named conflicts that takes two Maps using Strings as keys and Integers as values. The method should return a Set of Strings. The Set returned by conflicts sh…
Write a static method named contains that accepts two arrays of integers a1 and
Write a static method named contains that accepts two arrays of integers a1 and a2 as parameters and that returns a boolean value indicating whether or not a2's sequence of elemen…
Write a static method named contains that accepts two arrays of integers a1 and
Write a static method named contains that accepts two arrays of integers a1 and a2 as parameters and that returns a Boolean value indicating whether or not a2's sequence of elemen…
Write a static method named countCoins that accepts as its parameter a Scanner f
Write a static method named countCoins that accepts as its parameter a Scanner for an input file whose data represents a person's money grouped into stacks of coins. Your method s…
Write a static method named countLastDigits that accepts an array of integers as
Write a static method named countLastDigits that accepts an array of integers as a parameter and examines its elements to determine how many of the integers end in 0, how many end…