Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 392 / 1758
I need to create a lottery simulator. The program must allow the user to enter t
I need to create a lottery simulator. The program must allow the user to enter the starting value, the ending value, and the number of times to generate a random number. The progr…
I need to create a m-function that does this: myfirstzero(f,a) which takes two i
I need to create a m-function that does this: myfirstzero(f,a) which takes two inputs: f: A function handle which you may assume will represent a polynomial. a: A real number. Doe…
I need to create a main.cpp that will make 3 instances of the class listed below
I need to create a main.cpp that will make 3 instances of the class listed below and then analyze them. I want to see a list of the name, size, min, max, and avg of each set and …
I need to create a menu driven program that will display the following: MAIN MEN
I need to create a menu driven program that will display the following: MAIN MENU 0. Exit 1. Search for a student 2. List students enrolled in a course 3. List students eligible t…
I need to create a movie database program in C++ the program needs to do the fol
I need to create a movie database program in C++ the program needs to do the following: 1. Populate your dynamically-allocated array of Movie objects by reading in information fro…
I need to create a multipication table that displays the numbers 1 through 8 in
I need to create a multipication table that displays the numbers 1 through 8 in the first column, the second and subsequent columns should contain the result of multiplying the nu…
I need to create a new multifile project in C++, and create a class to model com
I need to create a new multifile project in C++, and create a class to model complex-numbers, mathematical operations using overloaded operators and add main() test functions to t…
I need to create a program for a TV store. This program should ask for the brand
I need to create a program for a TV store. This program should ask for the brand, screen zize, working condition, and the price of the TVs. This information will be store in an ar…
I need to create a program in Assembly code that would do the following: RVAL =
I need to create a program in Assembly code that would do the following: RVAL = (XVAL - YVAL) - (ZVAL + 3 + XVAL) - 10 - ZVAL Since they are memories, we cant subtract them. Figur…
I need to create a program in Java that does the following: 1.Prompt the user fo
I need to create a program in Java that does the following: 1.Prompt the user for two integers. 2.Display a menu with the following options: 1. Add numbers 2. Subtract numbers 3. …
I need to create a program in Java that when given a text file will parse, token
I need to create a program in Java that when given a text file will parse, tokenize, and split the tokens into specified sized letter groups. Example: Input: “Second Programming A…
I need to create a program on the command line that is essentially a flash card
I need to create a program on the command line that is essentially a flash card game. I will write the program based off of a text file in Ubuntu, and I am having trouble understa…
I need to create a program similar to the Monty Hall game \'Lets make a Deal\' i
I need to create a program similar to the Monty Hall game 'Lets make a Deal' in Python using random number generator. what i don't understand is the following part of the assignme…
I need to create a program that asks the user to input a string from the keyboar
I need to create a program that asks the user to input a string from the keyboard using pointers.It needs to print out all the individual words in the string, each on a seperate l…
I need to create a program that calculates change after a purchase. This will be
I need to create a program that calculates change after a purchase. This will be a sequential algorithm, which is one of the simplest programming patterns. Your solution requires …
I need to create a program that calculates the average of a seriesof test scores
I need to create a program that calculates the average of a seriesof test scores, where the lowest grade in the series is dropped.The input scores will be: 70, 80, 60, 80, 70. I a…
I need to create a program that can: 1. Read from a txt file. 2. A struct that c
I need to create a program that can: 1. Read from a txt file. 2. A struct that consists of: "string value" and "int freq"; 3. Tokenize each word in that txt file. 4. Store each to…
I need to create a program that converts a given kg value and converts it to lbs
I need to create a program that converts a given kg value and converts it to lbs. both kg and pound outputs need to be shown with 2 decimal places. the code I have right now does …
I need to create a program that creates a random number in assembly and keep gue
I need to create a program that creates a random number in assembly and keep guessing until i get it between 1 -100. So the first part of the program will generate a random number…
I need to create a program that determines how much it costs topaint a room. Its
I need to create a program that determines how much it costs topaint a room. Its given that for every 115 square ft of wall space,one gallon of paint two hours of labor are requir…
I need to create a program that determines the season based off of a user-given
I need to create a program that determines the season based off of a user-given temperature. It has to be JOptionPane, and I think I've done it, but every time I try to run it it …
I need to create a program that does the following, but I\'ve done the most of i
I need to create a program that does the following, but I've done the most of it, but it won't work. Here's the program: I need to create a set of classes that ork together to sim…
I need to create a program that reads a file, counts the number of scores, avera
I need to create a program that reads a file, counts the number of scores, averages the scores, and finds the highest score in the set. However, I have trouble creating a program …
I need to create a program that reads and writes binary or text files. What I cu
I need to create a program that reads and writes binary or text files. What I currently have is below, but my program does not read properly. I feel like I have made this way more…
I need to create a program that uses NESTED FOR-LOOPS. What I need to do: Have u
I need to create a program that uses NESTED FOR-LOOPS. What I need to do: Have user guess at 7 random #'s between 1 and 20. Let them have 5 guesses per #.(should be up to 35 guess…
I need to create a program that uses a class and main function to manipulate pol
I need to create a program that uses a class and main function to manipulate polynomials in C++. The sample answer should look like this 1 Enter the degree of the polynomial ->…
I need to create a program that wil prompts the user to input three numbers. Thi
I need to create a program that wil prompts the user to input three numbers. This program should then output the numbers in nondescending order. and it must include a parent and …
I need to create a program that will store subject information (sorted by subjec
I need to create a program that will store subject information (sorted by subject) from the user, build a linear linked list inserting the data in sorted order, and display the in…
I need to create a program to determine a student\'s GPA. The user should enter
I need to create a program to determine a student's GPA. The user should enter the grade (A, B, C, D, or F) and the number of credit hours for a course, and then click on the Reco…
I need to create a program to print a supermarket receipt on Java. The program w
I need to create a program to print a supermarket receipt on Java. The program will read a text file containing first a number (integer) which denotes how many items there are in …
I need to create a program written in Java. It needs to create a fully unbalance
I need to create a program written in Java. It needs to create a fully unbalanced BST. It must have 26 levels. It must demonstrate the insertion of elements into the BST. It must …
I need to create a python program based on pseudocode from a car class definitio
I need to create a python program based on pseudocode from a car class definition and main program. The car class pseudocode represented the design for a class named Car that had …
I need to create a query for the test duration. For each of the three rooms, ple
I need to create a query for the test duration. For each of the three rooms, please get the Average, Min, and Max test durations. Is it possible to create a duration field that wi…
I need to create a quick sort array. It must sort random numbers. E.g: How can I
I need to create a quick sort array. It must sort random numbers. E.g: How can I make this code to work? How do I avoid the indexoutofbound exception without changing the whole fo…
I need to create a radixsort datastructures but I don\'t know how I have to fill
I need to create a radixsort datastructures but I don't know how I have to fill in the Radixsort.java file where it says //Write your code here Please Help! package apps; import j…
I need to create a radixsort datastructures but I have no idea how. I have to fi
I need to create a radixsort datastructures but I have no idea how. I have to fill in the Radixsort.java file where it says //Write your code here --------------------------------…
I need to create a radixsort datastructures but I have no idea how. I have to fi
I need to create a radixsort datastructures but I have no idea how. I have to fill in the Radixsort.java file where it says //Write your code here I cannot use any imports or add …
I need to create a recursive algorithm to see if a binary tree is a binary searc
I need to create a recursive algorithm to see if a binary tree is a binary search tree as well as count how many complete branches are there (a parent node with both left and righ…
I need to create a scalar-valued function named fnUnpaidInvoiceID that returns t
I need to create a scalar-valued function named fnUnpaidInvoiceID that returns the InvoiceID of the earliest invoice with an unpaid balance. Test the function in the following SEL…
I need to create a security feature for my Javafx Login Gui Application. I need
I need to create a security feature for my Javafx Login Gui Application. I need to enforce unsucessful login attemps by limiting 3 max unsuccessful log ons then system will automa…
I need to create a simple java program for the problem below with program notes
I need to create a simple java program for the problem below with program notes to help me see what is happening in each step: Create a Java program to decrypt the following text …
I need to create a simple java program for the problem below with program notes
I need to create a simple java program for the problem below with program notes to help me see what is happening in each step: Create a Java program to decrypt the following text …
I need to create a simple reflex agent for a vacuum program. The vacuum agent wi
I need to create a simple reflex agent for a vacuum program. The vacuum agent will show up in one of the rooms and percept the room to look for dirt, if dirt is found it will then…
I need to create a simple rock paper scissors program using java, but without a
I need to create a simple rock paper scissors program using java, but without a computer player. Just player 1 inputs R, P or S, and then player 2 inputs R, P, or S. Then it gives…
I need to create a simple system that can tell the painters how much paint is ne
I need to create a simple system that can tell the painters how much paint is needed and how much it will cost.For this system the user will be asked to input the size (height, wi…
I need to create a simple system to abstract logging platforms. The idea is that
I need to create a simple system to abstract logging platforms. The idea is that I'd like to be able to exchange or activate a logging platform (nlog, log4net, enterprise library)…
I need to create a singly linked list derived from a UML sheet that has a very s
I need to create a singly linked list derived from a UML sheet that has a very specific layout i need to follow. Here's the skeleton ive gotten so far, i need help, please. import…
I need to create a sorting method for an array of tunes objects. Each tune objec
I need to create a sorting method for an array of tunes objects. Each tune object has 3 private variables: String artist, String title, and int year. I need to create the followin…
I need to create a stored procedure that will be used to show the top student re
I need to create a stored procedure that will be used to show the top student records based on gpa. An input parameter should be used to indicate the number of records to return..…
I need to create a string in assembly that will output the string back, backward
I need to create a string in assembly that will output the string back, backwards. Example "Hello" to "olleH" This is my code so far: INCLUDE Irvine32.inc .data myString BYTE 80 D…