// Pantea Aria // if // Ask the user to enter their exam score (as a decimal value). // If the score is 85.0 or higher, print: "Congratulations! You earned a High Distinction." // Otherwise, print: "Keep working hard to improve your score." #include #define MAX 85.0 int main(void) { return 0; }