Code Monkey home page Code Monkey logo

phase-1-wk1-code-challenge's Introduction

PHASE-1 WEEK-ONE CODE CHALLENGE

About the challenges

In this code challenge, we are provided with three problem statements that we need to implement their solutions.

The 3 challenges include:

  • Challenge 1: Student Grade Generator (Toy Problem)

    In this challenge, we need to write a program that requests user to input student marks. The input should be between 0 and 100. Then output the correct grade: A > 79, B - 60 to 79, C - 59 to 49, D - 40 to 49, E - less 40.

  • Challenge 2: Speed Detector (Toy Problem)

    Here we need to write a program that takes as input the speed of a car e.g 80. 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”.

  • Challenge 3: Net Salary Calculator (Toy Problem)

    Write a 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.

    NB: Use KRA, NHIF, and NSSF values provided in the link below.

Requirements

For building and running the application you need:

  • Web browser e.g Google Chrome
  • IDE Application e.g VSCode

Project setup instructions

To start using this project use the following commands:

  • git clone https://github.com/john-maluki/phase-1-wk1-code-challenge.git
  • cd phase-1-wk1-code-challenge
  • If you are using vs code, use command (code .). Or use IDE of your choice.

Viewing application

Use the following web url: - https://john-maluki.github.io/phase-1-wk1-code-challenge/

Authors

Copyright

Released under the MIT License. See the LICENSE file.

phase-1-wk1-code-challenge's People

Contributors

john-maluki avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.