Question:Which of the following correctly represents a nested if statement? 

A if (x > 0) if (x < 10) { } 

B if (x > 0) { if (x < 10) { } } 

C Both 

D None 

+ Answer
+ Explanation
+ Report
Total Preview: 18

Copyright © 2024. Powered by Intellect Software Ltd