1,760
edits
Changes
→PART 1 - How User-Defined Functions are Declared and Run
== PART 1 - How User-Defined Functions are Declared and Run ==
:Functions may be designed :* '''not to accept arguments or return a value''', designed * to '''not accept arguments but return a value''', designed * to '''accept arguments and not return a value''', * or designed to '''both accept arguments and return a value'''. In this investigation, will we will focus of creating functions that either do NOT return a value, or return a value.
'''Functions and Strings'''