Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngunyigachie/code_challenge_week1
https://github.com/ngunyigachie/code_challenge_week1
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngunyigachie/code_challenge_week1
- Owner: NgunyiGachie
- Created: 2024-03-23T06:31:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T08:04:47.000Z (10 months ago)
- Last Synced: 2024-11-11T19:06:58.583Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code_challenge_week1
## Table of contents
1. Student Grade.
2. Speed Detector.
3. Net Salary.### Student Grade
This program that prompts the user to input student marks and provides the corresponding grade.### Speed Detector
The second program inputs the speed of a car and prints "Ok" if the speed is less than 70. It provides a demerit point each time the speed exceeds 70 by km/s and suspends the license beyond the speed of 130.### Net Salary Calculator
This program calculates an individual's monthly net salary.## Running
These programs can only ran on the built JavaScript console on Google Chrome. Please do not use VS Code terminal or node JS because the programs work with the prompt message.## Contributions
Contributions towards these challenges are welcome. Use the following steps;
1. Fork the "code_challenge_week1" repo.
2. Create a new branch.
3. Make your changes.
4. Commit your changes.
5. Push to the branch.
6. Submit a pull request.