原文:Program to set the grade to "AA" whose marks are more than 90 by using Java 8 streams concept and ternary operator [closed]
Hi guys below is my program, I need to set the grade to "A", and whose marks are in between 60 to 90 their grade should be "B", remaining students grade is"C". How i can ...