Examlex

Solved

Given the Following Function:
Int Strange(int X,int Y)
\quad

question 10

Multiple Choice

Given the following function:
int strange(int x,int y)
{
\quad if (x > y)
\quad\quad Return x + y;
else
\quad Return x - y;
}
What is the output of the following statement?
Cout << strange(4,5) << endl;


Definitions:

Journal Entry

A record in the financial ledgers of a company reflecting a business transaction, involving a debit and credit in accordance to double-entry bookkeeping.

FICA Taxes

Taxes imposed on both employees and employers to fund Social Security and Medicare, based in the United States.

Payroll Records

Documentation related to employees’ pay, including details of salaries, wages, bonuses, deductions, and taxes, maintained by an employer.

Journal Entry

An accounting entry documenting the specifics of a financial deal.

Related Questions