Would anyone be able to know a way I can make the program display the menu again to the user when their input is invalid? Any other than copying and pasting the menu and if statements in the else. Thanks, Code: #include #include #include int meteorological_module(); int miscelleneous_module(); int main() { int reply_menu1 = 0; int items_menu1 = ...