What is the output of the following unknown method? public class Strange { public static final int

Question:

What is the output of the following unknown method?

public class Strange { public static final int MAX 5; 3 4 public static void unknown () { int number = 0; 7 for (int count MAX; count >= 1; count--) { %3D 8 number += (count * count); 9. 10 11 System.out.println (

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: