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 1029 / 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 menu driven program with the following options: Before start showing the
Write a menu driven program with the following options: Before start showing the menu options, you have to make a file which contains data of some students' ids and grades using a…
Write a menu driven shell linux script program on the system to do the following
Write a menu driven shell linux script program on the system to do the following tasks: Please use the needed grep and cut commands to get the specific names please. 1. Display th…
Write a menu driven shell linux script program on the system to do the following
Write a menu driven shell linux script program on the system to do the following tasks: Please use the needed grep and cut commands to get the specific names please. 1. Display th…
Write a menu driven/interactive program for managing bank accounts. All account
Write a menu driven/interactive program for managing bank accounts. All account information should be stored in a binary file accounts.dat. Your data file accounts.dat should cont…
Write a menu program that will print various formulas and do calculations. For e
Write a menu program that will print various formulas and do calculations. For each menu choice, display the formula and prompt for the necessary values. Then calculate and print …
Write a menu-based program (see menubased.java) that allows a user to manipulate
Write a menu-based program (see menubased.java) that allows a user to manipulate a list of strings. That is, you should do the following in your "main" method: - Create a list (ob…
Write a menu-driven C program with appropriate functions that allows the user to
Write a menu-driven C program with appropriate functions that allows the user to fill an array of 50 integers with random numbers on the range 1…999, inclusive, sort it, and then …
Write a menu-driven C++ application to do the activities shown in the associated
Write a menu-driven C++ application to do the activities shown in the associated example output. All of the activities involve reading the provided file, names.txt, which gives ba…
Write a menu-driven C++ application to do the activities shown in the associated
Write a menu-driven C++ application to do the activities shown in the associated example output. All of the activities involve reading the provided file, names.txt, which gives ba…
Write a menu-driven C++ application to do the activities shown in the associated
Write a menu-driven C++ application to do the activities shown in the associated example output. All of the activities involve reading the provided file, names.txt, which gives ba…
Write a menu-driven C++ application to do the activities shown in the associated
Write a menu-driven C++ application to do the activities shown in the associated example output. All of the activities involve reading the provided file, names.txt, which gives ba…
Write a menu-driven C++ application to do the activities shown in the associated
Write a menu-driven C++ application to do the activities shown in the associated example output. All of the activities involve reading the provided file, names.txt, which gives ba…
Write a menu-driven C++ program that uses several user-defined functions and one
Write a menu-driven C++ program that uses several user-defined functions and one-dimensional arrays as specified here. Upon program execution, the screen will be cleared and the m…
Write a menu-driven C++ program to manage your college course history and plans,
Write a menu-driven C++ program to manage your college course history and plans, named as you wish. Go back to the module on C/C++ strings, because you're going to need C strings …
Write a menu-driven C++ program to track your favorite movies in C++ string usin
Write a menu-driven C++ program to track your favorite movies in C++ string using Linked Lists. Sample Output: Requirements: - Allow for movie titles up to 30 characters in length…
Write a menu-driven C++ program to track your favorite movies in C++ string usin
Write a menu-driven C++ program to track your favorite movies in C++ string using Linked Lists. Sample Output: Requirements: -Use “switch” statement to process the user’s input to…
Write a menu-driven java program (named FileManip) that will allow for the creat
Write a menu-driven java program (named FileManip) that will allow for the creation of and reading from a text file containing floating point numbers. The menu options hsould be 1…
Write a menu-driven mini-statistics package. A user should be able to enter up t
Write a menu-driven mini-statistics package. A user should be able to enter up to 200 items of float data. The program should calculate the number of items in the data, the mean, …
Write a menu-driven mini-statistics package. A user should be able to enter up t
Write a menu-driven mini-statistics package. A user should be able to enter up to 200 items of float data. The program should calculate the number of items in the data, the mean, …
Write a menu-driven mini-statistics package. A user should be able to enter up t
Write a menu-driven mini-statistics package. A user should be able to enter up to 200 items of float data. The program should calculate the number of items in the data, the mean, …
Write a menu-driven mini-statistics package. A user should be able to enter up t
Write a menu-driven mini-statistics package. A user should be able to enter up to 200 items of float data. The program should calculate the number of items in the data, the mean, …
Write a menu-driven program that allows a user to do the following tasks with a
Write a menu-driven program that allows a user to do the following tasks with a list of words: Requirenments Your program must implement and use the following methods: String word…
Write a menu-driven program that will (1) create, update and display inventory d
Write a menu-driven program that will (1) create, update and display inventory data using an Inventory class, (2) create a binary Transaction file, (3) apply the transactions agai…
Write a menu-driven program that will give the user the three choices 1) Pay Cal
Write a menu-driven program that will give the user the three choices 1) Pay Calculator, 2) Bonus Calculator, and 3) Exit Pay Calculator Prompt for the employee's name and salary …
Write a menu-driven program, which uses a 3 x 4 array, and offers 4 choices as f
Write a menu-driven program, which uses a 3 x 4 array, and offers 4 choices as follows: using arrays and pointers to functions. cout << " Enter a choice: "         << …
Write a menu-driven savings account transaction program that will process the fo
Write a menu-driven savings account transaction program that will process the following sets of data: Group 1 I 1234 1054.07 W 25.00 D 243.35 w 254.55 z Group 2 I 5723 2008.24 w 1…
Write a merge function based on the following conditions and sample Code: #inclu
Write a merge function based on the following conditions and sample Code: #include //exception is thrown if wrong input class BadInput { public: BadInput (){}; }; template struct …
Write a merge sort method given two other methods that must be done recursively
Write a merge sort method given two other methods that must be done recursively without any loops (for, while, etc.) /**    * Returns a new queue containing the elements from the …
Write a method (not a complete program, only a method but you must include the m
Write a method (not a complete program, only a method but you must include the method signature) called halfSize that accepts an integer array as a parameter and returns a referen…
Write a method IN JAVA, createArrayOfLL that takes a file of words, one in each
Write a method IN JAVA, createArrayOfLL that takes a file of words, one in each line and creates an array of linked list nodes as follows. (a) Create an array of 26 linked lists (…
Write a method Node* add(Node* head, int index, int value) to add a node to a li
Write a method Node* add(Node* head, int index, int value) to add a node to a linked list. The head of the linked list is input, as well as the index where the node should be adde…
Write a method Similar that determines if two binary trees are similar . Two bin
Write a method Similar that determines if two binary trees are similar. Two binary trees are said to be similar if they are both empty or, if both are non-empty, they have the sam…
Write a method ant that simulates an ant trying to crawl up a building of height
Write a method ant that simulates an ant trying to crawl up a building of height 6 steps. The ant starts on the ground, at height 0. Each iteration, the ant either crawls up one s…
Write a method before that takes as parameters two month/day combinations and th
Write a method before that takes as parameters two month/day combinations and that returns whether or not the first date comes before the second date (true if the first month/day …
Write a method called CalculateShipping that computes and returns the shipping c
Write a method called CalculateShipping that computes and returns the shipping cost of an item for an online store. The store's shipping policy states that shipping costs 75 cents…
Write a method called SumRange that accepts two integer parameters that form a r
Write a method called SumRange that accepts two integer parameters that form a range of numbers. You may assume that the first parameter is the lower or lesser number and that the…
Write a method called SumRange that accepts two integer parameters that form a r
Write a method called SumRange that accepts two integer parameters that form a range of numbers. You may assume that the first parameter is the lower or lesser number and that the…
Write a method called addUnevenArrays that takes two arrays, a and b, and return
Write a method called addUnevenArrays that takes two arrays, a and b, and returns a new array, c, with a length that is the maximum of the lengths of a and b. Each c[i] is the sum…
Write a method called alternate that accepts two Lists of integers as its parame
Write a method called alternate that accepts two Lists of integers as its parameters and returns a new List containing alternating elements from the two lists, in the following or…
Write a method called alternate that accepts two Lists of integers as its parame
Write a method called alternate that accepts two Lists of integers as its parameters and returns a new List containing alternating elements from the two lists, in the following or…
Write a method called append that accepts two integer arrays as parameters and r
Write a method called append that accepts two integer arrays as parameters and returns a new array that contains the result of appending the second array's values at the end of th…
Write a method called arrayProduct which takes two parameters called array1and a
Write a method called arrayProduct which takes two parameters called array1and array2, both are arrays of type double, contain at least one value, have the same length, and there …
Write a method called buildString that accepts an ArrayList of strings as a para
Write a method called buildString that accepts an ArrayList of strings as a parameter and return a String as the output. You should go through the ArrayList and extract every othe…
Write a method called computeScores that receives as it\'s parameter a String va
Write a method called computeScores that receives as it's parameter a String variable which is the name of a file. The file contains a list of test scores which are all doubles an…
Write a method called copyRange in Java that takes as parameters two arrays a1 a
Write a method called copyRange in Java that takes as parameters two arrays a1 and a2, two starting indexes i1 and i2, and a length l, and copies the first l elements of a1 starti…
Write a method called countCoins that accepts a Scanner representing an input fi
Write a method called countCoins that accepts a Scanner representing an input file whose data is a series of pairs of tokens, where each pair begins with an integer and is followe…
Write a method called digitSum that accepts an integer as a parameter and return
Write a method called digitSum that accepts an integer as a parameter and returns the sum of the digits of that number. For example, the call digitSum(29107) returns 2 + 9 + 1 + 0…
Write a method called evenFloorOddCeil that takes in one parameter and return a
Write a method called evenFloorOddCeil that takes in one parameter and return a double array: an array populated with doubles. Floor the values at even indices (0 is considered to…
Write a method called exchangewhich takes two parameters: an int variable num, a
Write a method called exchangewhich takes two parameters: an int variable num, and intArray, which is an array of type int. The method returns an array of type int. The method exc…
Write a method called factorial that takes an integer parameter n and calculates
Write a method called factorial that takes an integer parameter n and calculates n!, which is the product of the integers 1 through n. You can use either a for loop or try recursi…