protected static new List <string> GetQuestions()
        {
            List <string> questionsToUser = Vehicle.GetQuestions();

            questionsToUser.Add("Please enter left battery time: ");
            return(questionsToUser);
        }
예제 #2
0
        protected static new List <string> GetQuestions()
        {
            List <string> questionsToUser = Vehicle.GetQuestions();

            questionsToUser.Add("Please enter current amount of fuel ");
            return(questionsToUser);
        }