Answered You can hire a professional tutor to get the answer.
(2) Evaluate the level of score s according to the rules as: 90=s=100, level='A'; 80=s=89, level='B'; 70=s=79, level='C'; 60=s=69, level='D';...
(2) Evaluate the level of score s according to the rules as: 90<=s<=100, level='A';80<=s<=89, level='B';70<=s<=79, level='C';60<=s<=69, level='D';s<60, level='E'.Write Java program with following statments repectively. (i) cascading if/else statement,