Giter VIP home page Giter VIP logo

calculate's Introduction

DAY CALCULATE.

Intro.

This is required to be a CLI application implemented in node.js using only primitives, built-in language functions and no external npm dependencies. You should build the application so it accepts input from stdin. Please do guide the user through the steps required to use your application, and do validate your input. A complete solution should include your source code, documentation and unit tests. You can upload the source code publicly to Github and share the link with us via email.

Problem.

You need to calculate the distance in whole days between two dates, counting only the days in between those dates, i.e. 01/01/2001 to 03/01/2001 yields โ€œ1โ€. The valid date range is between 01/01/1900 and 31/12/2999, all other dates should be rejected. When testing your solution, use the following sample data to demonstrate your code works:
a) 2/6/1983 to 22/6/1983 19 days. b) 4/7/1984 to 25/12/1984 173 days.

Run the script.

python calculate.py

calculate's People

Contributors

phu-mai 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.