Area ( height : numeric , width : numeric ) : numeric { 2 decimals maximum }
Area (width : numeric { 0 to 2 decimals } , height : numeric { 0 to 2 decimals } ) : numeric { 0 to 2 decimals }
Area ( height : 2 decimals = 0 , width : 2 decimals = 0 ) : area : 2 decimals
Area ( width : numeric { 0 to 2 decimals } , height : { 0 to 2 decimals } ) area : { 0 to 2 decimals }
Area (width : numeric{0 to 2 decimals}, height : numeric{0 to 2 decimals}) : numeric{0 to 2 decimals}
GetInitials ( firstname : character , middlename : character , lastname : character ) : character
GetInitials ( name : character ) : initials { the first letter of each name }
GetInitials ( name : character { 1 to 60 characters } ) : character
GetInitials (firstname : first letter , middlename : first letter , lastname : first letter ) : character { 1 to 3 characters }
first letter
GetCustomerAddress ( customerid : integer ) : Address
GetCustomerAddress ( customerid : integer ) : character { 2 lines of street address, city, state and zipcode }
GetCustomerAddress ( customerid : unique integer ) : Address
GetCustomerAddress ( customerid : unique ) : character { 2 lines of street address, city, state and zipcode }
unique