Learn to Program with ZedLX

Free Online Programming Course for Beginners

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...