1.
Q23: Fill in Blank A.
- public
- private
- String
- void
- nothing, empty
String fob;
fob = obj.journey(4.1, 6.6, 8);
_______ _______ journey (_______ one, _______ two, _______ three)
A B C D E
{
/* logic */
}
robertsDay(5, 7, 22);
_______ _______ robertsDay (_______ one, _______ two, _______ three)
A B C D E
{
/* logic */
}