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.

Visual Basic

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.

Read More