It is legal for a movie theater to price discriminate base…

Questions

Given the fоllоwing cоde snippet, whаt will be the output? int num = 25;double pi = 3.14159;System.out.printf("Integer: %d, Pi: %.2f%n", num, pi);