Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Functions [5/9]

This program defines a function named Greater. The function Greater has two parameters, named a and b.

The function Greater has two parameters, therefore it accepts two arguments. It returns the greater argument of the given two.

Loading...