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 1086 / 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 includes a Employee class that can be used to calculate and
Write a program that includes a Employee class that can be used to calculate and print the take-home pay for a commissioned sales employee.All employees receive 7% of the total sa…
Write a program that includes a function picnic() that will accept a floating-po
Write a program that includes a function picnic() that will accept a floating-point number total and the addresses of the integer variables hotdogs, hamburgers, salad, pickles. Th…
Write a program that includes a function picnic() that will accept a floating-po
Write a program that includes a function picnic() that will accept a floating-point number total and the addresses of the integer variables hotdogs, hamburgers, salad, pickles. Th…
Write a program that includes a method called pay , and accepts two parameters:
Write a program that includes a method called pay, and accepts two parameters: a real number for an employees hourly wage and an integer for the number of hours the employee worke…
Write a program that includes an Employee class in C# that can be used to calcul
Write a program that includes an Employee class in C# that can be used to calculate and print the take-home pay for a commissioned sales employee. All employees receive 7% of the …
Write a program that includes an Employee class in C# that can be used to calcul
Write a program that includes an Employee class in C# that can be used to calculate and print the take-home pay for a commissioned sales employee. All employees receive 7% of the …
Write a program that includes an empPay class that can be used to calculate and
Write a program that includes an empPay class that can be used to calculate and print the take-home pay for a restaurant employee, and an Employee class that will contain your mai…
Write a program that includes the following three functions, making sure each is
Write a program that includes the following three functions, making sure each is clearly exercsied within your program: a. IsPalindrome: This funciton returns true if the cString …
Write a program that includes the following three functions. (Refer to exercises
Write a program that includes the following three functions. (Refer to exercises 11, 12, 13, and 14 of Chapter 6.) Functions squareEach(nums) In this function, nums is a list of n…
Write a program that includes two functions named and variance. The function sho
Write a program that includes two functions named and variance. The function should calculate and return the average of values stored in an array named testvals. The array should …
Write a program that includes two functions named calcAverage() and variance().
Write a program that includes two functions named calcAverage() and variance(). The calcAverage() function should calculate and return the average of the values stored in an array…
Write a program that includes two functions named calcavg( )and variance (). The
Write a program that includes two functions named calcavg( )and variance (). The calcavg() function should calculate and return the average of the values stored in an one-dimensio…
Write a program that includes two methods named calcAverage()and variance(). The
Write a program that includes two methods named calcAverage()and variance(). The calcAverage() method should calculate andreturn the average of the values stored in an array named…
Write a program that includes two subprograms, one that takes a single parameter
Write a program that includes two subprograms, one that takes a single parameter and performs some simple operation on that parameter and one that takes 20 parameters and uses all…
Write a program that includes two subprograms, one that takes a single parameter
Write a program that includes two subprograms, one that takes a single parameter and performs some simple operation on that parameter and one that takes 20 parameters and uses all…
Write a program that includes two subprograms, one that takes a single parameter
Write a program that includes two subprograms, one that takes a single parameter and performs some simple operation on that parameter and one that takes 20 parameters and uses all…
Write a program that initializes an array of size 10 with 10 integer values betw
Write a program that initializes an array of size 10 with 10 integer values between 0 and 30 (choose any 10 distinct values and use initialization list). The program then asks the…
Write a program that initializes an array-of-double and then copies the contents
Write a program that initializes an array-of-double and then copies the contents of the array into two other arrays. (All three arrays should be declared in the main program.) To …
Write a program that initializes the String array as follows (String is an array
Write a program that initializes the String array as follows (String is an array of pointers) String[0] = “Abbie”, String[1] = “Oakley”, String[2] = “Sylvia”, String[3] = “Uwe”, S…
Write a program that initially asks the user to enter a positive integer number.
Write a program that initially asks the user to enter a positive integer number. After the acquisition of the number, it displays the following: A[scii] R[affle] E[xit] Please sel…
Write a program that initially asks the user to enter a positive integer number.
Write a program that initially asks the user to enter a positive integer number. After the acquisition of the number, it displays the following: A[scii] R[affle] E[xit] Please sel…
Write a program that initially generats and displays an array of 3 random intege
Write a program that initially generats and displays an array of 3 random integer numbers ranging from 0 to 4. After the displaying of the array, it displays the following: R(ever…
Write a program that inputs (from the user) the number of hours worked and hourl
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary numbe…
Write a program that inputs (from the user) the number of hours worked and hourl
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary numbe…
Write a program that inputs (from the user) the number of hours worked and hourl
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary numbe…
Write a program that inputs (from the user) the number of hours worked and hourl
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary numbe…
Write a program that inputs (from the user) the number of hours worked and hourl
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary numbe…
Write a program that inputs (from the user) the number of hours worked and hourl
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary numbe…
Write a program that inputs 10 integers from the console into an array, and remo
Write a program that inputs 10 integers from the console into an array, and removes the duplicate array elements and prints the array. By removing, I mean that you should make it …
Write a program that inputs 10 integers from the user into an array, and removes
Write a program that inputs 10 integers from the user into an array, and removes the duplicate array elements. By removing, I meant that you should make it appear as if the elemen…
Write a program that inputs 10 integers from the user into an array, and removes
Write a program that inputs 10 integers from the user into an array, and removes the duplicate array elements. By removing, I meant that you should make it appear as if the elemen…
Write a program that inputs 10 integers from the user into an array, and removes
Write a program that inputs 10 integers from the user into an array, and removes the duplicate array elements. By removing, I meant that you should make it appear as if the elemen…
Write a program that inputs 10 integers from the user into an array, and removes
Write a program that inputs 10 integers from the user into an array, and removes the duplicate array elements. By removing, I meant that you should make it appear as if the elemen…
Write a program that inputs 10 integers from the user into an array, and removes
Write a program that inputs 10 integers from the user into an array, and removes the duplicate array elements. By removing, I meant that you should make it appear as if the elemen…
Write a program that inputs 10 integers from the user into an array, and removes
Write a program that inputs 10 integers from the user into an array, and removes the duplicate array elements. By removing, I meant that you should make it appear as if the elemen…
Write a program that inputs 10 integers into an array, sort thearray with a sele
Write a program that inputs 10 integers into an array, sort thearray with a selection sort, and displays its content before andafter the sort. Array JAVA PROGRAMMING JGRASP Perfer…
Write a program that inputs 10 integers into an array, sort thearray with a sele
Write a program that inputs 10 integers into an array, sort thearray with a selection sort, and displays its content before andafter the sort. Array JAVA PROGRAMMING JGRASP Perfer…
Write a program that inputs 9 characters from the user and storethem in an array
Write a program that inputs 9 characters from the user and storethem in an array. Then search in this array for a key characterentered by the user, if the character is found, the …
Write a program that inputs a C-String from the user and then reverses the conte
Write a program that inputs a C-String from the user and then reverses the contents of the string.   Your program should work by using two pointers. The "head" pointer should be s…
Write a program that inputs a C-string from the user and then reverses the conte
Write a program that inputs a C-string from the user and then reverses the contents of the string. Your program MUST use at least two pointers. The "head" pointer should be set to…
Write a program that inputs a date (e.g., July 4, 2010)and outputs the day of th
Write a program that inputs a date (e.g., July 4, 2010)and outputs the day of the week that corresponds to thatdate. bool isLeapYear(int year); This function should return true if…
Write a program that inputs a date (for example, July 4, 2008) and outputs the d
Write a program that inputs a date (for example, July 4, 2008) and outputs the day of the week that corresponds to that date. The following alogrithm is from http://en.wikipedia.o…
Write a program that inputs a date and outputs the day of the week for that date
Write a program that inputs a date and outputs the day of the week for that date. Your program should work as follows: Enter the year (1801 .. 2199) : 2007 Enter the month number …
Write a program that inputs a line of text from the user and then prints it out
Write a program that inputs a line of text from the user and then prints it out again with all instances of the letter "e" changed to '3'. So, for example, if a user enters "Here …
Write a program that inputs a line of text from the user and then prints it out
Write a program that inputs a line of text from the user and then prints it out again with all instances of the letter "e" changed to '3'. So, for example, if a user enters "Here …
Write a program that inputs a line of text into char array s[ 100 ] . Output the
Write a program that inputs a line of text into char array s[ 100 ]. Output the line in uppercase letters and in lowercase letters. Write a program that uses function strcmp to co…
Write a program that inputs a line of text, tokenizes the line with function str
Write a program that inputs a line of text, tokenizes the line with function strtok and outputs the tokens in reverse order. (C Code) Here is what I have so far. #include <stdi…
Write a program that inputs a pair of month/year dates and outputs the total mon
Write a program that inputs a pair of month/year dates and outputs the total months contained within the range covered by these dates. The program should work correctly whether th…
Write a program that inputs a positive real (floating point) number, and outputs
Write a program that inputs a positive real (floating point) number, and outputs the fraction that is closest to it among all fractions whose denominator is at most 100. If severa…
Write a program that inputs a single letter and prints out the corresponding dig
Write a program that inputs a single letter and prints out the corresponding digit on the telephone. The letters and digits on a telephone are grouped this way: 2 = ABC 4 = GHI 6 …