// Pantea Aria // if // Ask the user to enter the number of hours they plan to study today (as an integer). // If the number is greater than 5, print: "Great job! That's a productive day." // Otherwise, print: "Try to study a bit more to stay on track." #include #define MAX 5 int main(void) { return 0; }