#include #pragma once class Utils{ public: int catchInputInt(int* input); int catchReturn(int renum); };