In java, write three statements to print the first three elements of array runTimes. Follow each statement with a newline. Ex: If runTime = {800, 775, 790, 805, 808}, print:

800

775

790

In java write three statements to print the first three elements of array runTimes Follow each statement with a newline Ex If runTime 800 775 790 805 808 print8 class=