Challenge: Using Multiple Operators
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You are given a variable check
which stores an integer value. You have to create a variable compareCheck
which checks if the value stored in ...