1.1.1 - Integers and floats to represent numbers

Exercises

In your actualize-exercises repository, make a file called 111.rb
(the numbers stand for week 1, day 1, lesson 1 - example video).
Paste the code below and answer the following questions:

# QUESTION 1
# Write code to print out the numbers 4, 30, 12, 983 on separate lines. 
# For this exercise, you are required to use addition, subtraction, multiplication, and division at least once.


# QUESTION 2
# Write code using addition, subtraction, multiplication, or division with numbers that causes the computer to crash.
# Add a comment with a copy of the error message.
# Add a comment that describes the error message in your own words.

Commit your code and push your changes to GitHub (example video).

Complete and Continue