+1-316-444-1378

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 Read more…

Hey That’s My Fish Game in C Language

Project ProfileThe goal of this project is to implement the game Hey, thats my Fish! using the C programming language. The game will be interactive and played between a human user and an AI (artificial intelligence). The focus of this project is primarily on exercising an introductory understanding of the Read more…

C or C++ Dictionary Trie

Write this program is C. Please comment code. And please show the results as well. As well as the execution on the command line. You are given Shakespeare RomeoandJuliet.txt file which contains the whole book. (A large file). (Please use own files to test out code).You are also given another Read more…

Project 8-2 Person Manager

Project 8-2: Person ManagerCreate an application that lets you enter a new customer or a new employee. ConsoleWelcome to the Person Manager Create customer or employee? (c/e): Error! This entry is required. Try again. Create customer or employee? (c/e): p Error! Entry must be ‘c’ or ‘e’. Try again. Create Read more…

ITCO630_A

The following are the tables and data in the ITCO630_A database: Using the sample database, write the scripts in a file called ITCO630_P3.SQL to create the following views. Remember to include a USES clause at the top of the script file to use the ITCO630_A database. Also include code that Read more…

JavaScript for beginners

1.Create an html page, add 3 text boxes in which the user will input 3 numbers :a,b,cAdd a button that, on click, will calculate ((a*b) + (b*c)) / (a+b). The result will be displayed in an alert. 2. Create an html page, add 3 text boxes in which the user Read more…