Skip to content

Elvisrono/code-challenge-resubmit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

code-challenge-resubmit

installation

Open a terminal / command line interface on your computer

Clone the repo by using the following:

Technology used

In this only js script was used.

Development Installation

one has to have a visual studio code to run this test. To get the code..

Tests

  • Use node index.js to run the test.
  • Once you have run the test you will be required to enter the values or figures for example in paye calculator the amount of gross salary and it will eventually display the result.

code-challenge grading system

This application is created to maintain a record of student database. Once entered a record cannot be deleted or modified. The Teachear can get list of all students or a particular student grades. It mainly uses else if statements to determine the students grade.

code- for checking speed

This application is created to maintain a record of vehicles speed and its demerits. The vehicle license is suspended if the driver drives past 125km/hr having a dimerit of 12 points.

code-challenge for calculating the employers gross salary

  • In this challenge one is able to know his or her gross salary by running the node index.js on his terminal on vs code. Once it have run the input is display and requires on to enter the gross salary. The outome is then displayed .
  • The net salary of employee is deducted by through tax rates, nhif,nssf and other benefits. In this case one is used to use the condion if else if to determine the total salary after all deductions have been included. This is the example of the income "const salary = (gross) => { console.log(gross - (gross*taxRate(gross)) - nssfDeduction - nhifDeduction(gross)) } "

Authors

This project was contributed to by:

  • Elvis Rono License The project is licensed under Apache 2.0.

contact info

elvisrono90@gmail.com

About

Test for conditions by use of loops

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors