Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 422 Bytes

01-flow-of-program.md

File metadata and controls

9 lines (7 loc) · 422 Bytes

Video Link

Create flowchart and pseudocode for the following:

  1. Input a year and find whether it is a leap year or not.
  2. Take two numbers and print the sum of both.
  3. Take a number as input and print the multiplication table for it.
  4. Take 2 numbers as inputs and find their HCF and LCM.
  5. Keep taking numbers as inputs till the user enters ‘x’, after that print sum of all.