Basic Variables
If you have done this before try doing the challenges below without watching the video.
If you have no idea how to do the challenges watch the video.
Challenges
Create an object that stores today’s day – e.g. Wednesday or the description of the weather.
Create and explicit object that stores an Int value and call it degrees
Print the description of today. e.g. Today is Wednesday and it is 33 degrees.
You will need to place the objects in a string.
Replace the degree object and make it an explicit Double
See if you can round the number up and down.