Complete the program so that it finds the mean (arithmetic average) of the three scores entered and returns the letter value associated with that grade. Input: 87, 79, 91 Output: 'Your average is 86%, which is a B."
Learn how to program this using Python (ask for help, if needed) for a bonus Trojan Dollar. It is a separate program, after all! Below is a template in Python to help you get started. You can save your work at this site, or use a Python program in seminar class. https://repl.it/BWIk