Posts Tagged ‘10641’
printLarger is a function that accepts two int parameters and returns no value.
LANGUAGE: C++ CHALLENGE: printLarger is a function that accepts two int parameters and returns no value. Two int variables , sales1 and sales2 , have already been declared and initialized. Write a statement that calls printLarger , passing it sales1 and sales2.
Read More