c++
Nested if statement in C++.
Nested if statement The if block may be nested in another if or else block. This is called nesting of if or else blo…
Nested if statement The if block may be nested in another if or else block. This is called nesting of if or else blo…