Computer science and IT assignments

January 29, 2020

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

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

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

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

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 […]