Complete all steps of the Design Recipe to solve both of the problems below. We’ve provided a start to the first problem as a model.
Define a function called days-to-adopt
, which computes the number of days it took an animal to be adopted by multiplying the number of weeks by 7. We’ve started both examples for you.
Contract and Purpose Statement |
Every contract has three parts…
days-to-adopt::Row->Number
_
Examples |
Write some examples, then circle and label what changes…
examples:
days-to-adopt (fixed-row) is 7 * fixed-row["weeks"]
days-to-adopt (unfixed-row) is 7 * unfixed-row["weeks"]
end
Definition |
Write the definition, giving variable names to all your input values…
fun _____________(_):
______________
end
Define a function called years-to-adopt
, which divides the number of weeks by 52 to computes the number of years it took to be adopted.
Contract and Purpose Statement |
Every contract has three parts…
______________::___->______
_
Examples |
Write some examples, then circle and label what changes…
examples:
______________ (_________) is _______________________
______________ (___________) is _________________________
end
Definition |
Write the definition, giving variable names to all your input values…
fun ______________(_):
_______________
end
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927).
Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.