1.
- public
- private
- String
- void
- nothing, empty
Q33: Fill in Blank A.
robertsDay(5, 7, 22);
___A___ ___B___ robertsDay (___C___ one, ___D___ two, ___E___ three)
{
/* logic */
}
double twelve;
int eleven;
eleven = getLength(twelve);
___A___ ___B___ getLength (___C___ one) { /* logic */ }
obj.fixThings("no", true, "yes");
___A___ ___B___ fixThings (___C___ one, ___D___ two, ___E___ three)
{
/* logic */
}