Assume you have declared a method as follows: private static double ComputeBill(int acct, double price, double discount $=0$ ) Which of the following is a legal method call?
a. ComputeBi110;
c. ComputeBi11(1001, 200.00$)$;
b. ComputeBi11(1001);
d. None of the above is legal.