CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Functions and problem-solving

consider using functions to solve your problems:

  • programs look simpler;
  • you may have some function available;
  • you may reuse some function in the future;

It is up to you to decide where to use functions.

What is expected of your work?