icon

UseTopicwritingscode to get 5% OFF on your first order!

Archive for the ‘Computer science and IT assignments’ Category

Tic Tac Toe

This assignment is to create a Tic Tac Toe game in Java. I have attached the assignment outline detailing what is needed to be done in the assignment (index.pdf). The assignment must be done using the given java files in the zip folder (a1_3000000_3000001 (5).zip). There are also Junit files to test the code.

Programming Exercise 15

Create a class called GermanToEnglishDictionary and a HashMap from String to String in that class called content. You will need to import java.util.HashMap. Create a no-args constructor that creates the content eld as an empty map.Create an enumerated type (enum) called Coin that can take the values ONE PENNY, TWO PENCE, FIVE PENCE, TEN PENCE, […]

loan calculater

Loan CalculatorYou’ve been hired to do some programming for Metro Bank. They want you to create a program to calculate loan payments. The user will enter the amount of money to borrow from the bank, the annual percentage rate (that will be compounded monthly) and the number of years to pay back the loan. The […]

building a unix shell

This assignment asks you to build simple Unix shell and gives you in the process an opportunity todemonstrate that you are mastering concurrency (including running external executables) and filemanipulation using the POSIX API. You may have seen similar assignments in other courses butthey are similar and not identical; make sure you follow the specifications herein, […]

Classes and Privacy DIY

This is only for DIY part of the given Workshop 3. Update the Train module to provide a stronger sense of encapsulation while also creating additional functions. As you work on the DIY, it is recommended to look over the provided main program to gain hints on how to implement the requirements. More detailed and […]

RUBy Reinforcement assignment

answer Chapter 2-1 questions  1-5 on page 74be sure to add comments to show where you answered question on the document There might be some error in my document because ive started it. If you look at chapter 2 in the book it walk you threw how the game is suppose to look. For some […]

IA02

Download and unzip IA02.zipModify the code so that FederalExpress and UnitedParcelService implement the IShipper interfaceThat may involve some renaming of methods in the implementing classesBut do NOT change any of the Java code in IShipper.javaAdd a 3rd shipping company named PlanetExpressIt must implement IShipperPlanetExpress.outputProducts() must output all the fields that are in the Product classIt […]

Programming in Java – Assignment: Developing a Java Program

Create a Java project in IDE and begin the Project Program by developing a Java Method to print the programming specifications for the project.Expand the Project Program and create Java code to input from the console (keyboard) the first quiz grade. Use a loop to allow the user to continue to enter grades as long […]

Add, remove, list friends

C program that can be able to add a friend ship, remove a friendship, and print out the friend(s) for a particular user. You can assume that friendships go both ways, i.e. if A is friends with B, then B is also friends with A. Input:The input will begin with an integer q (q 500,000), […]

Compare two jsons

I have a basic code. I want to clean up all the hard coding in this basic code and make it more efficient.What has to be done?1) Read a json which has arrays into separate template hash map for each type in the array2) Without using any hard coding, use the template and compare a […]

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes