Mark’s Post
By Mark Ciotola
Date: February 16, 2019
My program.
# Goal: to calculate interest income. # Identify variable and initialize parameters # Initial sum of money which is a number income = 0.0 # Float # Interest rate which is a number time = 0 # Integer # Calculate and Display Results while time income = 10.0 ∗ time puts "My text"
# Goal: to calculate interest income. # Identify variable and initialize parameters # Initial sum of money which is a number income = 0.0 # Float # Interest rate which is a number time = 0 # Integer # Calculate and Display Results while time income = 10.0 ∗ time puts "My text"
More text Etc
References …
My more text
My more text
class=”box-lavender-w-border”