1.

public int getToppings()
{
return toppingChoices;
}
This has two problems: There is no 'toppingChoices' variable in scope for this function, and based on how you've used the other...