It’s a program that prompts the user to input student marks. The input should be between 0 and 100. Then the output is the corresponding grade: A > 79, B - 60 to 79, C - 49 to 59, D - 40 to 49, E - less 40.
It’s a simple javascript program that chechs the speed of a car. If the speed is below or equal to 70, it prints “Ok”. If the speed is above 70, the program gives the driver 1 demerit point for every 5km/s above the speed limit.
The program’s major task is to calculate an individual’s Net Salary by getting the inputs of basic salary and benefits. It also clculates the payee (i.e. Tax), NHIFDeductions, NSSFDeductions, gross salary, and net salary.
You use git clone to be able to download the documents in the GitHub
Git
Git clone git@github.com:Linda-Jerop/Week-1-code-challenge.git
Github Javascript
github.com/linda-jerop
This project is currently not licensed under any specific open-source license. All rights are reserved by the copyright holder(s) under applicable copyright law.