#ifndef INPUT_H #define INPUT_H #include String GetInput(String prompt, String dflt, int length); #endif .