//Assignment - If Statement Olympics - Silver Medal
// Silver Medal // 1 - Write an if/else if/else statement that prints "strict" if 1 strictly equals "1", prints "loose" or "abstract" if 1 equals "1" without type checking, and prints "not equal at all" if it doesn't print the other stuff. // 2 - Write an if statement that prints "yes" if 1 is less than or equal to 2 AND (&&) 2 is equal to 4
5
1
2
3
4
"loose" or "abstract" if 1 equals "1" without type checking, and prints "not equal at all" if it
doesn't print the other stuff.
// 2 - Write an if statement that prints "yes" if 1 is less than or equal to 2 AND (&&) 2 is equal
to 4
//Assignment - If Statement Olympics - Silver Medal
// Silver Medal
// 1 - Write an if/else if/else statement that prints "strict" if 1 strictly equals "1", prints