Answered You can hire a professional tutor to get the answer.
import static java.System.out; import java.
i need to use this and print my name average score and letter grade
import static java.lang.System.out;import java.util.Scanner;public class AverageGrade {public static void main(String args) {double TestScore1;double TestScore2;double TestScore3;String...