Challenge: Defining Variables
In this challenge, you are required to make variables.
We'll cover the following...
Problem Statement
- Declare a variable
xand store value 1000 in it. - Declare a variable
yand store value
Ask