brooke2951 brooke2951 30-12-2022 Engineering Answered What does the following code display? int d = 9, e = 12; System.out.printf("%d %d\n", d, e); Select one: a. %d %d b. 9 12 c. %d 9 d. %9 %12