print Larger is a function that accepts two int parameters and returns no value.  Two int variables, sales 1 and sales 2, have already been declared and initialized.  Write a statement that calls printLarger, passing it sales1 and sales2.

LANGUAGE: Visual Basic

CHALLENGE:  print Larger is a function that accepts two int parameters and returns no value.  
Two int variables, sales 1 and sales 2, have already been declared and initialized.  
Write a statement that calls printLarger, passing it sales1 and sales2.

SOLUTION:


printLarger(sales1, sales2)