Answer:
ACT
Explanation:
"ACT Aspire is a powerful tool to help students and their parents monitor progress toward a successful ACT test from third grade through tenth grade. The Aspire test assess students' readiness in five areas covered by the ACT test: English, math, reading, science and writing." - https://greentestprep.com/resources/act-prep/act-aspire-test/
Public class WelcomeTimes5{
public static void main(String[]args){
string welcome = "Welcome to java five times" ;
system.out.println(welcome);
system.out.println(welcome);
system.out.println(welcome);
system.out.println(welcome);
system.out.println(welcome);
}
}
I've included my code in the picture below. Best of luck.