Challenge: Initialize a Variable and Overwrite its Value
Test your understanding by solving a simple challenge.
Problem statement
In this challenge, your task is to:
- Declare a variable:
int var
- Initialize
var
to5000
- Print the
Test your understanding by solving a simple challenge.
In this challenge, your task is to:
int var
var
to 5000