#include #include /* How to run the code from a terminal gcc main.c -o demo ./demo */ // declare global variables here (if any) // define your own functions void Ex4() { printf("\nExercise 4.\n"); int m=1, n=0; while (n<=m) { printf("Input m