1.
Q1: Fill in the blanks for a public method header that would work for this call:
int fob;
fob = obj.trip(4.1, "alphabet", 8);
_______ _______ trip (_______ one, _______ two, _______ three)
A B C D E
{
/* logic */
}
Blank A:
Blank B:
Blank C:
Blank D:
Blank E:
Blank B:
Blank C:
Blank D:
Blank E: