What will be returned from the following method?

```
public static int methodA()
{
double a = 8.5 + 9.5;
return a;
}

```

a. 18.0
b. 18
c. 8.0
d. This is an error.

d. This is an error.

Computer Science & Information Technology

You might also like to view...

By default, a SeekBar’s range is 0 to 100 and its current value is indicated by its property.

a. progress b. value c. thumb d. None of the above.

Computer Science & Information Technology

____________________ refers to how something was put into code.

A. Design B. Maintenance C. Implementation D. Specification

Computer Science & Information Technology