1,760
edits
Changes
→PART 1 - Function that does not take argument or return value
In this investigation, we will focus on creating functions that '''do NOT''' return a value.
: You will now learn how to define and run functions that print '''string data''' to standard output (default to screen) when a function is called.