Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse D

Alphabetical listing with fast deep pagination.
30085 items • Page 300 / 602

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
Develop a C++ program that creates customers’ bills for a wooden flooring compan
Develop a C++ program that creates customers’ bills for a wooden flooring company when the following information is given : The length and width of the floor in feet The floor pri…
Develop a C++ program that meets the following requirements: 1. Declare and defi
Develop a C++ program that meets the following requirements: 1. Declare and define a value returning function, named linearSearch which searches for a value through an integer arr…
Develop a C++ program that meets the following requirements: 1. Declare and defi
Develop a C++ program that meets the following requirements: 1. Declare and define a value returning function, named linearSearch which searches for a value through an integer arr…
Develop a C++ program that prompt and read the name of an input data file (input
Develop a C++ program that prompt and read the name of an input data file (input stream). Then, it will read data from the file and calculate the following statistical metrics: 1.…
Develop a C++ program that teaches elementary school students multiplication. Us
Develop a C++ program that teaches elementary school students multiplication. Use the random module/function to produce two positive one-digit integers. It should then type a ques…
Develop a C++ program that teaches elementary school students multiplication. Us
Develop a C++ program that teaches elementary school students multiplication. Use rand to produce two positive one-digit integers. It should then type a question such as: How much…
Develop a C++ program that will ask the user to enter 5 student names and grades
Develop a C++ program that will ask the user to enter 5 student names and grades. Once the user has entered the names and grades the program must ask the user how the information …
Develop a C++ program that will determine the gross pay and net pay (after taxes
Develop a C++ program that will determine the gross pay and net pay (after taxes). Each employee pays a flat tax of 150.00 on the first 1000.00 dollars earned. If the employee ear…
Develop a C++ program that will sort a one-dimensional integer array LIST of dim
Develop a C++ program that will sort a one-dimensional integer array LIST of dimension N. You can try using the selection sort algorithm (simple to write but slow), or the bubble …
Develop a C++ program to play a text-based, computerized-version of BATTLESHIP™
Develop a C++ program to play a text-based, computerized-version of BATTLESHIP™ using an instructor-provided library (battleship.o) and header file (battleship.h). I am given this…
Develop a C++ program to provide information regarding a recent downhill ski com
Develop a C++ program to provide information regarding a recent downhill ski competition. Have the user enter the full names and times of the skiers and determine the fasted speed…
Develop a C-code only (C++ unacceptable) to meet the requirements below:- Plot f
Develop a C-code only (C++ unacceptable) to meet the requirements below:- Plot f(x) versus x on a graph using any plot programs (Excel) Fit polynomials to the data using second-or…
Develop a C-code that numerically integrates the following function f(x) = {1000
Develop a C-code that numerically integrates the following function f(x) = {1000 * e^(7x) * cos(0.3 pi x), elementof [-5, 0] x^3 - 0.23x + 30.67, elementof [0, 5] using N of diffe…
Develop a C-code to meet the requirements 1) Find the solution of the differenti
Develop a C-code to meet the requirements 1) Find the solution of the differential equation below by using Euler's method. The range of x is 3 to 4 dy/dx-x2+2x with y-3 at x-3 2 F…
Develop a C-code to meet the requirements below: 1) Find the solution of the dif
Develop a C-code to meet the requirements below: 1) Find the solution of the differential equation below by using Euler's method. The range of x is 3 to 4. dy/dx-x+2x with y-3 at …
Develop a C-code to meet the requirements below: 1)Find the solution of the diff
Develop a C-code to meet the requirements below: 1)Find the solution of the differential equation below by using Euler’s method. The range of x is 2 to 3.dy/dx =x^2 -3x with y=3 a…
Develop a C-code to meet the requirements below: Fit polynomials to the data usi
Develop a C-code to meet the requirements below: Fit polynomials to the data using Gregory-Newton interpolation Your C-code must contain the following features: (1) use of arrays,…
Develop a C-code to meet the requirements below: Fit polynomials to the data usi
Develop a C-code to meet the requirements below: Fit polynomials to the data using Gregory-Newton interpolation Your C-code must contain the following features: use of arrays, use…
Develop a C-code to meet the requirements below: Fit polynomials to the data usi
Develop a C-code to meet the requirements below: Fit polynomials to the data using Gregory-Newton interpolation Your C-code must contain the following features: (1) use of arrays,…
Develop a C-code to meet the requirements below: Fit polynomials to the data usi
Develop a C-code to meet the requirements below: Fit polynomials to the data using Gregory-Newton interpolation Your C-code must contain the following features: use of arrays, use…
Develop a C-code to meet the requirements below: Plot f(x) versus x on a graph u
Develop a C-code to meet the requirements below: Plot f(x) versus x on a graph using any plot programs (Excel) Fit polynomials to the data using second-order polynomial Regression…
Develop a Console Application related to a Grading application. 1. Add a Student
Develop a Console Application related to a Grading application. 1. Add a Student class to your project as shown in class. 2. Add the following private attributes to the Student cl…
Develop a Console Application related to a Grading application. This will give y
Develop a Console Application related to a Grading application. This will give you an opportunity to create a simple class and then use it. 1. Add a Student class to your project …
Develop a Corner Lot A man owns a corner lot. He must decide which of several al
Develop a Corner Lot A man owns a corner lot. He must decide which of several alternatives to select in trying to obtain a desirable return on his investment. He wants a rate of r…
Develop a Fibonacci sequence evaluation function Fib_iter(n) using any programmi
Develop a Fibonacci sequence evaluation function Fib_iter(n) using any programming language that can return the n^th Fibonacci value with time complexity O(n), briefly justify why…
Develop a GUI Java program to compare the performance of a process scheduling me
Develop a GUI Java program to compare the performance of a process scheduling methods, FCFS (First Come First Served). Processes keep entering a computer system, operating system …
Develop a GUI application that includes a text area, 5 buttons, and a keyboard.
Develop a GUI application that includes a text area, 5 buttons, and a keyboard. 1 button named "clear" clears the text field 2nd button named "Execute" stores the text in a Collec…
Develop a GUI java application to conduct a cultural contest between two players
Develop a GUI java application to conduct a cultural contest between two players. Your application will consist of the following parts: Part 1: develop a class to represent a ques…
Develop a GUI java application to conduct a cultural contest between two players
Develop a GUI java application to conduct a cultural contest between two players. Your application will consist of the following parts: Part 1: develop a class to represent a ques…
Develop a GUI java application to conduct a cultural contest between two players
Develop a GUI java application to conduct a cultural contest between two players. Your application will consist of the following parts: Part 1: develop a class to represent a ques…
Develop a GUI java application to conduct a cultural contest between two players
Develop a GUI java application to conduct a cultural contest between two players. Your application will consist of the following parts: Part 1: develop a class to represent a ques…
Develop a GUI-based adder program, in MATLAB, using the programmatic approach. Y
Develop a GUI-based adder program, in MATLAB, using the programmatic approach. Your GUI should consist of 5 control objects: 2 editable text-boxes for operands, a pushbutton (loca…
Develop a Haskell function roman that takes an Int) in the range from 0 to 3999
Develop a Haskell function roman that takes an Int) in the range from 0 to 3999 (inclusive) and returns the corresponding Roman numeral as a string (using capital letters). The fu…
Develop a Huffman Tree that uses a template class. Implement the template class
Develop a Huffman Tree that uses a template class. Implement the template class in such a way as to store any given sentence of text and then traverse the tree to print the senten…
Develop a JAVA application that meets the following requirements: Allow the user
Develop a JAVA application that meets the following requirements: Allow the user to enter a list of countries he/she has visited and display the list in alphabetical order. Have t…
Develop a JAVA program to color code a population of binary population (made of
Develop a JAVA program to color code a population of binary population (made of 0 or 1) based on the how crowded their neighborhood is. The population represents the presence/abse…
Develop a Java (C++ is not allowed) program that creates and maintains a hashfil
Develop a Java (C++ is not allowed) program that creates and maintains a hashfile with the following specifications: 1) record size is fixed. The program must add student records …
Develop a Java Program that: . Reads input from the keyboard using a Scanner Obj
Develop a Java Program that: . Reads input from the keyboard using a Scanner Object and its methods . Displays information to the user in various formats, including formatting num…
Develop a Java SE Netbeans project using the requirements outlined below. Provid
Develop a Java SE Netbeans project using the requirements outlined below. Provide an abstract superclass called Tablet and three subclasses called iPadTablet, GalaxyTablet, and Ne…
Develop a Java applet that will help an elementary school student learn multipli
Develop a Java applet that will help an elementary school student learn multiplication. Use the Math.random method or a Random object to produce two positive one-digit integers. T…
Develop a Java applet that will help an elementary school student learn multipli
Develop a Java applet that will help an elementary school student learn multiplication. Use the Math.random method or a Random object to produce two positive one-digit integers. T…
Develop a Java applet that will help an elementary school student learn multipli
Develop a Java applet that will help an elementary school student learn multiplication. Use the Math.random method or a Random object to produce two positive one-digit integers. T…
Develop a Java applet that will help an elementary school student learn multipli
Develop a Java applet that will help an elementary school student learn multiplication. Use the Math.random method or a Random object to produce two positive one-digit integers. T…
Develop a Java application that inputs a two-letter abbreviation for one of the
Develop a Java application that inputs a two-letter abbreviation for one of the 50 states and displays the full name of the state. If the abbreviation isn't valid, the application…
Develop a Java application that plays a \"guess the number\" game as described b
Develop a Java application that plays a "guess the number" game as described below. 1) The user interface is displayed and the user clicks the “Start Game” button to begin the gam…
Develop a Java application that plays a \"guess the number\" game as described b
Develop a Java application that plays a "guess the number" game as described below. The user interface is displayed and the user clicks the “Start Game” button to begin the game. …
Develop a Java application that plays a \"guess the number\" game as described b
Develop a Java application that plays a "guess the number" game as described below. The user interface is displayed and the user clicks the “Start Game” button to begin the game. …
Develop a Java application that uses a type of encrypted alphabet, called a rand
Develop a Java application that uses a type of encrypted alphabet, called a random monoalphabetic cipher, to encrypt and decrypt a message. Your encryption key and message are to …
Develop a Java application to calculate the monthly paychecks for a number of di
Develop a Java application to calculate the monthly paychecks for a number of different types of employees.  The employee types are created in a subclass array based on parent bas…
Develop a Java application to calculate the monthly paychecks for a number of di
Develop a Java application to calculate the monthly paychecks for a number of different types of employees. The employee types are created in a subclass array based on parent base…