...

/

Challenge: Initialize a Variable and Overwrite its Value

Challenge: Initialize a Variable and Overwrite its Value

Test your understanding by solving a simple challenge.

We'll cover the following...

Problem statement

In this challenge, your task is to:

  • Declare a variable: int var
  • Initialize var to 5000
  • Print the
...