Git Product home page Git Product logo

-implement-a-multiplication-table-2020-8-24-7-53-45-799's Introduction

Implement A Multiplication Table

Please read the following requirement:

I want to create a multiplication table. The input should be 2 integers specifying the start and the end of the table:

AC1: The start number must be smaller than or equal to the end number. Or the function will return null.

AC2: The start number and the end number can be any number in a range of 1 to 1000 (inclusive).

AC3: The output should be a string represents the multiplication table. Suppose that the start number is 2 and the end number is 4, the output should be something like the following. Please note that all columns should be aligned properly.

2*2=4
2*3=6  3*3=9
2*4=8  3*4=12  4*4=16

Acceptance Criteria

  • Please draw task diagrams.
  • Please define all the methods according to your task diagram.
  • Please write down a test case using given...when...then pattern for a leaf block. Then implement the block to pass the test.
  • Please continue doing this work until all the requirement has been fulfilled.,

-implement-a-multiplication-table-2020-8-24-7-53-45-799's People

Contributors

linwenjun avatar

Watchers

 avatar  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.