These two method headers appear in a single program:
//public static int promptForInput(ref string prompt)
//
//public static int promptForInput(string prompt)
//
Explain how, at runtime, a decision will be made about which "promptForInput" method will be called. Show example statements calling the two functions.