Question: Can someone explain this java code for me? Solution: 4 1 public class Kata 2* 3 public static String pofi(int a) { 5 String[] chars
Can someone explain this java code for me?

Solution: 4 1 public class Kata 2* 3 public static String pofi(int a) { 5 String[] chars = {"1", "1", "-1", "-1"}; return chars[a % 4]; } 8 } * | L | C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
