Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 1374 / 1758
In this program, we are going to modify the linked (non-array) binary tree so th
In this program, we are going to modify the linked (non-array) binary tree so that it acts as a general tree that stores a dictionary of words. Assuming that words are stored as s…
In this program, we are going to modify the linked (non-array) binary tree so th
In this program, we are going to modify the linked (non-array) binary tree so that it acts as a general tree that stores a dictionary of words. Assuming that words are stored as s…
In this program, we consider a body of mass m. Write a program that initially as
In this program, we consider a body of mass m. Write a program that initially asks the user to enter the mass of the body in kilograms. Then, the program displays the following: K…
In this program, you are going to read in a top 50 women in business data set fi
In this program, you are going to read in a top 50 women in business data set file, Top50.txt. You are going to create a BusinessWoman object which keeps track of the ID, FirstNam…
In this program, you are required to write a Java program to implement a data st
In this program, you are required to write a Java program to implement a data structure, called, a "Refrigerator" and test your implementation. We all know that a refrigerator is …
In this program, you are required to write a Java program to implement a data st
In this program, you are required to write a Java program to implement a data structure, called, a "Refrigerator" and test your implementation. We all know that a refrigerator is …
In this program, you are to simulate a 2-pass assembler in C++. The input to thi
In this program, you are to simulate a 2-pass assembler in C++. The input to this program is an assembly language program and the output should include a symbol table and the mach…
In this program, you create a map and find the route from a source location to a
In this program, you create a map and find the route from a source location to a destination location. You will use structure(s), pointers) and class(es) to accomplish this task. …
In this program, you create a map and find the route from a source location to a
In this program, you create a map and find the route from a source location to a destination location. You will use structure(s), pointer(s) and class(es) to accomplish this task.…
In this program, you create a map and find the route from a source location to a
In this program, you create a map and find the route from a source location to a destination location. You will use structure(s), pointer(s) and class(es) to accomplish this task.…
In this program, you create a map and find the route from a source location to a
In this program, you create a map and find the route from a source location to a destination location. You will use structure(s), pointer(s) and class(es) to accomplish this task.…
In this program, you will create an ordered singly linked list for managing time
In this program, you will create an ordered singly linked list for managing timed events. You will simulate arrivals and departures at different "clock" times. You will advance a …
In this program, you will create the following methods: 1. DisplayApplicationInf
In this program, you will create the following methods: 1. DisplayApplicationInformation, which will provide the program user some basic information about the program. 2. DisplayD…
In this program, you will design and write a JAVA computer program to execute th
In this program, you will design and write a JAVA computer program to execute the following task. Basically, it uses a recursive algorithm to reverse strings until the user types …
In this program, you will develop a class called VendingMachine that simulates a
In this program, you will develop a class called VendingMachine that simulates an imaginary vending machine. A user can buy a bottle of water ($1.50), a bottle of coffee ($2.00), …
In this program, you will develop a class named Course to store a course’s infor
In this program, you will develop a class named Course to store a course’s information Course Class: This class maintains information about a course, including a course title, cou…
In this program, you will develop three classes called Bank, Account, and Custom
In this program, you will develop three classes called Bank, Account, and Customer to store account information and customer information of a bank. Bank class can have maximum fiv…
In this program, you will read in an array of lines from stdin, sort them accord
In this program, you will read in an array of lines from stdin, sort them according to strcmp, and print the sorted strings back. Keep reading lines until EOF is read. Finally, yo…
In this program, you will read in an array of lines from stdin, sort them accord
In this program, you will read in an array of lines from stdin, sort them according to strcmp, and print the sorted strings back. Keep reading lines until EOF is read. Finally, yo…
In this program, you will read in records from blood donors in a file, sort them
In this program, you will read in records from blood donors in a file, sort them based on one of the fields of the records using Java's built-in sorting routines, and then write t…
In this program, you will store a calendar month of dates (numbers starting at 1
In this program, you will store a calendar month of dates (numbers starting at 1) in a two-dimensional array. Some months have 31 days, others 30, and February has 28 (29 if it’s …
In this program, you will use the stack class you created in Assignment 1. First
In this program, you will use the stack class you created in Assignment 1. First, you will create a class called InventoryItem. This class will have its class declaration in Inven…
In this program, you will write a command line calculator that can evaluate simp
In this program, you will write a command line calculator that can evaluate simple mathematical expressions typed in by the user in floating point. In addition, your calculator wi…
In this program, you will write a program to solve the m-producer n-consumer pro
In this program, you will write a program to solve the m-producer n-consumer problem for the specific values of m = 1 and n = 2. You have a shared circular buffer that can hold 20…
In this program, you will write a program to solve the m-producer n-consumer pro
In this program, you will write a program to solve the m-producer n-consumer problem for the specific values of m = 1 and n = 2. You have a shared circular buffer that can hold 20…
In this programming assignment you are going to simulate the game show and demon
In this programming assignment you are going to simulate the game show and demonstrate that indeed Marilyn vos Savant gave sensible advice. The following describes the steps that …
In this programming assignment you are required to implement a queue data struct
In this programming assignment you are required to implement a queue data structure using a singly linked list. Write a Java program to implement the queue using a simple linked l…
In this programming assignment you are tasked with writing a program which accep
In this programming assignment you are tasked with writing a program which accepts two arrays of values from the user and creates a third array that consists of the sums of the el…
In this programming assignment you are to create a program called numstat.py tha
In this programming assignment you are to create a program called numstat.py that reads a series of integer numbers from a file and determines and displays the following: The name…
In this programming assignment you are to create a program called numstat.py tha
In this programming assignment you are to create a program called numstat.py that reads a series of integer numbers from a file and determines and displays the following: The name…
In this programming assignment you are to create a program called numstat.py tha
In this programming assignment you are to create a program called numstat.py that reads a series of integer numbers from a file and determines and displays the following: The name…
In this programming assignment you are to design and implement an ADT for a poly
In this programming assignment you are to design and implement an ADT for a polynomial. You are also to create a polynomial adder application which allows the user to input two po…
In this programming assignment you are to extend the program you wrote for Numbe
In this programming assignment you are to extend the program you wrote for Number Stats to determine the median and mode of the numbers read from the file You are to create a prog…
In this programming assignment you are to extend the program you wrote for Numbe
In this programming assignment you are to extend the program you wrote for Number Stats to determine the median and mode of the numbers read from the file. You are to create a pro…
In this programming assignment you are to extend the program you wrote for Numbe
In this programming assignment you are to extend the program you wrote for Number Stats to determine the median and mode of the numbers read from the file. You are to create a pro…
In this programming assignment you will create a class that models a Truck. The
In this programming assignment you will create a class that models a Truck. The feature of the truck that we will be modeling is the amount of material that it is carrying, measur…
In this programming assignment you will create a class that models a Truck. The
In this programming assignment you will create a class that models a Truck. The feature of the truck that we will be modeling is the amount of material that it is carrying, measur…
In this programming assignment you will simulate a regular Poker game otherwise
In this programming assignment you will simulate a regular Poker game otherwise known as the 5-Card Draw. Regular Poker is played with a standard deck of 52 cards. Cards are ranke…
In this programming assignment you will write and submit your first interactive
In this programming assignment you will write and submit your first interactive Python program. In the program you will accept user input, perform a calculation, and display the r…
In this programming assignment, the goal is to create a smart shopping cart in J
In this programming assignment, the goal is to create a smart shopping cart in JAVA Think of the self-checkout option in many stores these days. Design a ShoppingCart class that c…
In this programming assignment, the goal is to write several functions related t
In this programming assignment, the goal is to write several functions related to the implemen- tation of a Caesar cipher. Wikipedia: It is a type of substitution cipher in which …
In this programming assignment, you are about to implement the library you did i
In this programming assignment, you are about to implement the library you did in the previous programming assignment using linked list method. All the requirements are the same a…
In this programming assignment, you are about to implement the library you did i
In this programming assignment, you are about to implement the library you did in the previous programming assignment using LINKED LIST method. All the requirements are the same a…
In this programming assignment, you are going to create a class named Animal tha
In this programming assignment, you are going to create a class named Animal that is used to store information about an animal. You will then create a program that takes user inpu…
In this programming assignment, you will be writing a program that creates a ppm
In this programming assignment, you will be writing a program that creates a ppm image. When you view the created image with gimp (or an image editor that allows ppm type images),…
In this programming assignment, you will create the following: • An Animal class
In this programming assignment, you will create the following: • An Animal class that stores information about an animal. • A PetStore class that stores and displays Animal object…
In this programming assignment, you will implement lonely party arrays (arrays t
In this programming assignment, you will implement lonely party arrays (arrays that are broken into fragments that get allocated and deallocated on an as-needed basis, rather than…
In this programming assignment, you will implement lonely party arrays (arrays t
In this programming assignment, you will implement lonely party arrays (arrays that are broken into fragments that get allocated and deallocated on an as-needed basis, rather than…
In this programming assignment, you will use your newfound looping knowledge to
In this programming assignment, you will use your newfound looping knowledge to compute a factorial that can fit within an unsigned 16 bit integer. You should use nested loops to …
In this programming assignment, you will write a client ping program in Python.
In this programming assignment, you will write a client ping program in Python. Your client will send a simple ping message to a server, receive a corresponding pong message back …