What will be the output of the below if statement (assume there are no syntax and compile errors)? int grade =75; if (gr
Posted: Thu Jul 14, 2022 2:28 pm
What will be the output of the below if statement (assume there are no syntax and compile errors)? int grade =75; if (grade >=75 ) \{ System.out.println("Admission granted"); \}else\{ System.out.printin("Rejected"); \} Admission granted Rejected NULL None of these QUESTION 14 The region within a program where an identifier or variable can be referenced is called Scope Statement Place Locale