Slide 2
Slide 2 text
Procedural Programming Review
Design Method = Top Down
Start with a problem (procedure) and then systematically
break the problem down into sub problems (sub
procedures).
Procedures, also known as routines, subroutines,
methods, or functions simply contain a series of
computational steps to be carried out.
Issues?