Storing the Results of Calculations
Syntax
object_name = mathematical_expression
# It Will Be saved in RAM If You Want You Can Make It permanent
Now Exercise To Try : )
ans1 = 23 + 14/2 - 18 + (7 * pi/2)
ans2 = 13 + 11 + (17 - 4/7)
ans1 + ans2 / 2
ans4 <- 3 + 5
ans5 <- ans1 * ans2
ans3 + pi / ans4 -> ans6
No comments:
Post a Comment