Skip to content

AkdanGTech/Code-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Challenge

Student-Grade-Generator-Toy-Problem

This is a Student Grade Generator that prompts the user to input student marks. The input is between 0 and 100 which stands as the minimum and maximum score every students can score. Then the output of the respetive grade is given below: A > 79, B - 60 to 79, C - 59 to 49, D - 40 to 49, E - less 40. I used Javascript to wire down the solution.

Speed-Detector

This is a Speed Detector program that takes the input of the speed of a car e.g 80 km/s. 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”.

Net-Salary-Calculator

This is a Net Salary calculator program, whose major task is to calculate an individual’s Net Salary by getting the inputs of basic salary and benefits. Calculate the payee (i.e. Tax), NHIFDeductions, NSSFDeductions, gross salary, and net salary.

About

Code-Challenge: Student Grade Generator, Speed Detector, Net Salary Calculator

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published