int Prompt(string text); int apples; use prompt to get "How many apples do you want" apples = Prompt("How many apples do you want"); Show Answer