What will be the output of the below if statement (assume there are no syntax and compile errors)? int grade =75; if (gr
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the below if statement (assume there are no syntax and compile errors)? int grade =75; if (gr
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!