Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 391 / 1758
I need to create a LunchOrder application that prompts the user for the number o
I need to create a LunchOrder application that prompts the user for the number of hamburgers, salads, French fries, and sodas and then displays the total for the order. The Lunch…
I need to create a LunchOrder application that prompts the user for the number o
I need to create a LunchOrder application that prompts the user for the number of hamburgers, salads, French fries, and sodas and then displays the total for the order. The LunchO…
I need to create a Nim game in which the person plays against the computer. In o
I need to create a Nim game in which the person plays against the computer. In order to start a new game, I created a button that says "new game" and an entry widget that the user…
I need to create a PHP page to allow users to change passwords using their usern
I need to create a PHP page to allow users to change passwords using their username (I want to avoid sql injection). Also, I want to be able to salt the password. Could you help m…
I need to create a Python GUI that represents a simple ATM. You’ll use this GUI
I need to create a Python GUI that represents a simple ATM. You’ll use this GUI to deposit and withdraw funds. The user should enter an amount then use radio button’s to select wh…
I need to create a Rational header file to produce this output. 1/3 + 7/9 = 10/9
I need to create a Rational header file to produce this output. 1/3 + 7/9 = 10/9 10/9 = 1.11111 1/3 - 7/9 = -4/9 -4/9 = -0.444444 1/3 * 7/9 = 7/27 7/27 = 0.259259 1/3 / 7/9 = 3/7 …
I need to create a Rectangle class and then a findMax function which can compare
I need to create a Rectangle class and then a findMax function which can compare an array of Rectangle objects and then return the max by area and then perimeter. Obviously, the w…
I need to create a Rectangle data class and an executable program to test it in
I need to create a Rectangle data class and an executable program to test it in Python. The following needs to be included: NOTE: the area() method returns the area and perimeter(…
I need to create a Rectangle data class and an executable program to test it in
I need to create a Rectangle data class and an executable program to test it in Python. The following needs to be included: NOTE: the area() method returns the area and perimeter(…
I need to create a Sudoku Solver in Standard ML of New Jersey (SML/NJ) that uses
I need to create a Sudoku Solver in Standard ML of New Jersey (SML/NJ) that uses backtracking. The program must use a function called "solve" which takes in a list of lists repres…
I need to create a TestCase to test displayAddress() and displayAddressLabel().
I need to create a TestCase to test displayAddress() and displayAddressLabel(). displayAddress is used to display the general address with no name and displayAddressLabel() is use…
I need to create a Tic-Tac-Toe Program in C. It must allow for the the following
I need to create a Tic-Tac-Toe Program in C. It must allow for the the following :1. Two players. They enter their names, which are saved. 2. One uses X, one uses O. (option to al…
I need to create a VendingMachineException class defined in VendingMachineExcept
I need to create a VendingMachineException class defined in VendingMachineException.java. This class has a single constructor which takes a String, msg, and passes it to the paren…
I need to create a balance sheet with the following information Less accumulated
I need to create a balance sheet with the following information Less accumulated depreciation & amortization (balance sheet) ($47,637,321) ($44,137,099) Account Current Year P…
I need to create a bankAccount class, checkingAccount class, and a savingsAccoun
I need to create a bankAccount class, checkingAccount class, and a savingsAccount class. I understand how to create the base class for the most part, but I'm having trouble creati…
I need to create a basic calculator that handles specific bad output situations
I need to create a basic calculator that handles specific bad output situations namely where a user enters data that is non-integer or non-numerical. In which case the program ter…
I need to create a basic calculator that handles specific bad output situations
I need to create a basic calculator that handles specific bad output situations namely where a user enters data that is non-integer or non-numerical. In which case the program ter…
I need to create a basic java code with some methods for this problem. I just am
I need to create a basic java code with some methods for this problem. I just am not getting it. "a county collects property taxes on the assessment value of property, which is 60…
I need to create a bloom filter of 208 million URLs. What would be a good choice
I need to create a bloom filter of 208 million URLs. What would be a good choice of bit vector size and number of hash functions? I tried a bit vector of size 1 GB and 4 hash func…
I need to create a bulgarian solitaire game that Write the code to implement the
I need to create a bulgarian solitaire game that Write the code to implement the game.should start with picking a random number piles and distributing the 45 cards among those pil…
I need to create a cell phone menu in java, I have the program but I need it in
I need to create a cell phone menu in java, I have the program but I need it in GUI format import java.util.*; import javax.swing.JOptionPane; import java.lang.*; public class cel…
I need to create a class Domineering to play Domineering. The game SHOULD have f
I need to create a class Domineering to play Domineering. The game SHOULD have following requirements. 1. A method isMoveValid(int, int, boolean), which returns a boolean telling …
I need to create a class Domineering to play Domineering. The game SHOULD have f
I need to create a class Domineering to play Domineering. The game SHOULD have following requirements. 1. A method isMoveValid(int, int, boolean), which returns a boolean telling …
I need to create a class GameUi.java that does the following: Game game; JFrame
I need to create a class GameUi.java that does the following: Game game; JFrame frame; JPanel aiOnePanel; JPanel tablePanel; JPanel aiTwoPanel; JPanel hpPanel; JPanel aiThreePanel…
I need to create a class HumanPlayerUi.java that does the following: HumanPlayer
I need to create a class HumanPlayerUi.java that does the following: HumanPlayerUi.java1. Create class HumanPlayerUi so it uses class JPanel as the superclass 2. Add member variab…
I need to create a class \"SymbolTable\" for these methods, BUT, i am NOT ALLOWE
I need to create a class "SymbolTable" for these methods, BUT, i am NOT ALLOWED TO USE THE UTIL PACKAGE. I HAVE TO MAKE MY OWN LIST. a. void add(String label, int location, int va…
I need to create a class “DoublyLinkedList” which has a generic type E and subcl
I need to create a class “DoublyLinkedList” which has a generic type E and subclasses the abstract “LabTemplate” class. In “DoublyLinkedList”, I need to implement every abstract m…
I need to create a class “DoublyLinkedList” which has a generic type E and subcl
I need to create a class “DoublyLinkedList” which has a generic type E and subclasses the abstract “LabTemplate” class. In “DoublyLinkedList”, I need to implement every abstract m…
I need to create a code based off of what the users first name and last name are
I need to create a code based off of what the users first name and last name are along with a random set of numbers no longer than 10 characters Scenario: You have been appointed …
I need to create a code in C, that can connect my laptop with a xbee. To be more
I need to create a code in C, that can connect my laptop with a xbee. To be more specific i need a code that allows me to receive a signal from the other xbee. Please contact me f…
I need to create a code in assembly that will READ AN IMPUT FROM THE USER and re
I need to create a code in assembly that will READ AN IMPUT FROM THE USER and reverse the string using an array as you can see being called in my code below. The purpose of the ar…
I need to create a code to play the game Battleship using matlab. As of right no
I need to create a code to play the game Battleship using matlab. As of right now I have been able to create a computer generated board that is for the computer to use and creates…
I need to create a cpp file and a header file that work with the given code. Nee
I need to create a cpp file and a header file that work with the given code. Need super help. Coding is in C++ - We are trying to program an arduino to read out the proximity sens…
I need to create a customer contact list that can be interactive for three peopl
I need to create a customer contact list that can be interactive for three people to use and edit for free. Is there a feature on Microsoft office or any other software that can o…
I need to create a data entry form for atable. When the form is opened, it shoul
I need to create a data entry form for atable. When the form is opened, it should go to a blank form BUTallow the user to edit pre-existing records. How can I do that? becuase if …
I need to create a database in MS Access for a manufacturing facility, and I nee
I need to create a database in MS Access for a manufacturing facility, and I need the Access file itself please. it is not important what kind of facility, however we need to have…
I need to create a datapath for a traffic light. There are two inputs that contr
I need to create a datapath for a traffic light. There are two inputs that control road 2 and road 1. the inputs tell the datapath which way will be green and which will be red. I…
I need to create a datapath for a traffic light. There are two inputs that contr
I need to create a datapath for a traffic light. There are two inputs that control road 2 and road 1. the inputs tell the datapath which way will be green and which will be red. I…
I need to create a datapath for a traffic light. There are two inputs that contr
I need to create a datapath for a traffic light. There are two inputs that control road 2 and road 1. the inputs tell the datapath which way will be green and which will be red. I…
I need to create a deck of cards and the suit that each card has using a struct
I need to create a deck of cards and the suit that each card has using a struct and linked lists to record, save and pring the deck of cards. what would that look like?
I need to create a default zDepthList Constructor and a zDepthList Constructor w
I need to create a default zDepthList Constructor and a zDepthList Constructor where the first parameter is an array and the second parameter is the length of the array. Should cr…
I need to create a default zDepthList Constructor and a zDepthList Constructor w
I need to create a default zDepthList Constructor and a zDepthList Constructor where the first parameter is an array and the second parameter is the length of the array. Should cr…
I need to create a demand paging simulator in java, and I am having trouble gett
I need to create a demand paging simulator in java, and I am having trouble getting the LRU part of the code to work properly. Here is what I have so far, I just need the LRU algo…
I need to create a for loop for the second half to print out the students name i
I need to create a for loop for the second half to print out the students name in JAVA? 1 public class Course { 2 private String courseName; 3 private String[] students = new Stri…
I need to create a function template that accepts two parameters representing tw
I need to create a function template that accepts two parameters representing two distances from a given point. The function returns the total distance as an in…
I need to create a function template to approximate a zero of f(x) using newton\
I need to create a function template to approximate a zero of f(x) using newton's method. Also, I need all of the header files and mechanics of the program to be things that peopl…
I need to create a graphical editor for our data model that works in an HTML5 co
I need to create a graphical editor for our data model that works in an HTML5 compliant browser. I am looking for a proper library/framework to build on. The model is stored as xm…
I need to create a histogram for the following exercise Write a program that sti
I need to create a histogram for the following exercise Write a program that stimulates a bouncing ball by computing its height in feet at each second as time passes on a simulate…
I need to create a java program that has 5 gui buttons: ( Open, 100%, Zoom in, Z
I need to create a java program that has 5 gui buttons: ( Open, 100%, Zoom in, Zoom out and Exit. ) I'm supposed to bring up an image and manipulate it with the buttons. I have fi…
I need to create a java program to calculate the costs and time associated with
I need to create a java program to calculate the costs and time associated with painting only the walls in the room provide the length, width and height (in feet) of a room along …