Search
Create a variable hasAccess and give it a value of Boolean false. Create another variable isStudent and give it a value of Boolean true.
hasAccess
isStudent
Later change the value of hasAccess to true.
At the end, print the values of both variables to the console.