Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 406 Bytes

File metadata and controls

12 lines (7 loc) · 406 Bytes

Variables

About

The program shows the use case of variables in an expression to initialize variables rather than using values.

Challenge

Create additional variables. Declare the following variables and add it to your program:

  1. mySecondNumber which is an int and assign a value of 12 to it.
  2. myThirdNumber, also an int with a value of 6.