Computer science and IT assignments

January 27, 2020

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 […]
January 26, 2020

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 […]
January 26, 2020

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 […]
January 26, 2020

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 […]
January 26, 2020

Multithreaded Chat

We need to program a multithreaded chat programm. I have already started to program it, but the server only processes the first message Main task: Fix […]