2 Commits

Author SHA1 Message Date
Heather
8f03d34694 For triangle I changed Pass to agruments for the
side and length
Rectangle I changed Pass to arguments for width and height

Checkpoint 1 - value is what it is while name refers to something else
. In everyday life I go by different names; Heather, mom, teacher, friend
but the different names do not change who I am as a person.
Variables are useful in programming because they simplify the programming
process.

Checkpoint 2
Function is like a variable in that it gives a name to something. This again simplifies
the programming process.
Functions can be useful in breaking down big, hard problems because once
you define the function, you can now focus on what you are trying to do
with the defined funtions.
For example, If I define a triangle, I can use that function to put
triangles together to draw a pine tree.
2025-09-30 20:47:04 -04:00
50254b3e49 Initial commit 2025-09-10 20:26:47 +00:00