AUTHOR PAGE

"Corsbook Online Education Platform!"

Olivia’s Post

Posted on March 21st, 2019


Mark’s Post

Posted on February 16th, 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”


Psychological History

Posted on February 16th, 2019



Content is copyright the author. Layout is copyright Corsbook. See Corsbook.com for further notices.