Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 423 Bytes

File metadata and controls

10 lines (8 loc) · 423 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 a 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.