Week-1-code-challenge

1 - STUDENT GRADE GENERATOR

2 - SPEED DETECTOR

3 - NET SALARY CALCULATOR

Date, 2025/09/09

By Linda Jerop Chepchieng

Description # 1 - STUDENT GRADE GENERATOR

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.

Description # 2 - SPEED DETECTOR

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.

Description # 3 - NET SALARY CALCULATOR

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.

Installation

You use git clone to be able to download the documents in the GitHub

Installation Requirements

Git

Installation instruction

Git clone git@github.com:Linda-Jerop/Week-1-code-challenge.git

Live Link

Git

Technologies used

Github Javascript

Support and contact details

github.com/linda-jerop

License

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.