Changes

Jump to: navigation, search

OPS435 Python Lab 3

30 bytes added, 12:39, 10 August 2017
no edit summary
<br><br>
= INVESTIGATION 1: CREATING SIMPLE THE SIMPLEST FUNCTIONS =
:A very simple definition of using '''functions''' is to create and reuse '''smaller programs within a larger program'''. In programming languages such as '''C''', '''C++''' and '''Java''', commonly used functions are pre-packaged in '''libraries'''. This relates to dependency issues that were discussed when compiling C programming code in your OPS235 course: if a supporting library is missing, the program would be able to run the called function.
<br><br>
= INVESTIGATION 2: CREATING ADVANCED FUNCTIONS WITH ARGUMENTS AND RETURN VALUES =
== PART 1 - Providing Functions With Arguments ==

Navigation menu