У меня проблемы со всеми вопросами 5 (изображение вопросов прилагается).Я не уверен, что написать для вопроса 5. Любая помощь будет отличной!Это мой первый пост!
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("The Program is Starting...");
PolarBear polarBear = new PolarBear();
String[] week = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday",
"Friday", "Saturday"};
for (String daysOfWeek : week) {
System.out.println (daysOfWeek) ;
}
Random randomGenerator = new Random();
this.
System.out.println("PolarBear Calories:" + polarBear.getCalorieBank());
System.out.println("The"
+ " Program Will Loop Through the Days of the Week");
System.out.println("Program complete.");
}
}