Challenge: Declaring a Variable
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
In this challenge, your task is to declare an immutable variable myFirstVariable
of an integer type and initially assign it the value 100. You ...