A loop should output 1 to n. If n is 5, the output is 12345. What should XXX and YYY be? Choices are in the form XXX/YYY. n = scnr .nextInt (); for (XXX; i++) { System.out.println (YYY); } a. i = 1; i < n / i b. 1 = 0; i < n / i + 1 c. i = 1; i < n / i + 1 d. i = 0; i < n / i