Git Product home page Git Product logo

algo-flowchart's Introduction

Algo-FlowChart

We use a flowchart to spell out the logic behind a program before ever starting to code the automated process.

Rules:

  1. Flowchart can only have ONE START and ONE STOP symbols (Represented by ELLIPSE).
  2. ON PAGE CONNECTORS (Represented by Circle), usually represented using Alpahabets in capital Letters.
    • We use this connector, since if we anytime realise that we are short of page and we wish to continue to the next page.
    • We have to use this connector to show the same.
  3. General Flow of Flowchart is either:
    • Top to Bottom.
    • Left to Right.
  4. Flow Lines should not cross each other

Problem Statement:

Q. A restaurant gives a discount of 10% if the total customer bill including 5% tax is greater than or equal to Rs. 1000. Write an algorithm and also create a flowchart for the problem statement mentioned above.

  • Note: The customer bill needs to be entered by the user and total bill including 5% tax needs to be calculated in the program. If the customer is eligible for the discount, then calculate the net payable amount and print it

Ans: Refer to the below Algorithms and Flowchart to this Problem Statement

algo-flowchart's People

Contributors

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