79220518

Date: 2024-11-24 16:05:07
Score: 0.5
Natty:
Report link

Try this.

for(int i = 0; i < Preferences.length; i++) {
        for(int j = 0; j < Preferences[i].length; j++) {
            System.out.println(Preferences[i][j]);
        }
    }
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Emmanuel Chukwu