How many print statements are executed in the following code? int nt = 10; if (nt >= 10) System.out.println("Print"); else System.out.println("Print");