What are the names of apart's local variables?

```
void apart
(float x,
int& wholep, float& fracp)
{
wholep = int (x); fracp = x - wholep; return;
}
```


wholep, fracp

Computer Science & Information Technology

You might also like to view...

Microsoft Office 2013 applications have a similar appearance or user interface

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ defines which section of the form is printed

A) Split Form Splitter Bar B) Split Form Datasheet C) Split Form Printing D) Split Form Size

Computer Science & Information Technology

HTML features a label tag that is available for pairing text labels with form ____ when creating forms.

A. fields B. attributes C. behaviors D. groups

Computer Science & Information Technology

Which of the following implements two-factor authentication?

A. A phone system requiring a PIN to make a call B. At ATM requiring a credit card and PIN C. A computer requiring username and password D. A datacenter mantrap requiring fingerprint and iris scan

Computer Science & Information Technology