** Brian kiplangat ** fully builds this project
My grade generator project is a program that initially grades marks.
The project simply takes an input of the speeds car, If the speed is less than 70, it should print “Ok”. Otherwise, for every 5 km/s above the speed limit (70), it should give the driver one demerit point and print the total number of demerit points.
For example, if the speed is 80, it should print: “Points: 2”. If the driver gets more than 12 points, the function should print: “License suspended”.
This project calculates an individual’s Net Salary by getting the inputs of basic salary and benefits, then calculates the payee (i.e. Tax), NHIFDeductions, NSSFDeductions, gross salary, and net salary.
- Install nvm, node
- Git clone git@github.com: brianbryank/javascript-scriptcodes.git on your terminal. You can find the js folder and open it in your editor.
- Run node index.js to run the app locally
- written with one language JavaScript
You have to install the following to run the program :
- Install various packages from package.json("npm install", "npm install prompt-sync")
- node v18.12.1 or +
Feel free to contact me at brianbryan0125@gmail.com. Don't Forget to buy me coffee!!!
Copyright (c) 2023 Brian kiplangat