PRD for ES1_HW_1 - Sharu2003-27/PRD.ES-and-FP GitHub Wiki
PRD for ES1_HW_1
**1> Program 1: **
- Used const for declarations.
- Used let to find current age.
- if condition is also used.
**2> Program 2: **
- Used const for declarations.
- Used let to find passenger is applicable or not to get discount.
- if else condition is also used.
**3> Program 3: **
- Used appropriate declarations.
- Using if else condition to find num3 is largest number or not.
**4> Program 4: **
- Used appropriate declarations.
- if else condition is also used.
**5> Program 5: **
- Used appropriate declarations.
- if, else-if, else condition is also used to find the number is positive or negative or zero.
**6> Program 6: **
- Used appropriate declarations.
- Used let to find the students with highest marks.
- if, else-if, else condition is also used.