1.else can be included within if let
2.if let takes a pattern and an expression separated by an = sign
3.if let takes a pattern and an expression separated by an => sign
4.matches one pattern and ignoring the rest
Answer:3