Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In the following code, expression 1 and expression 1 are Boolean expressions. if ( expression 1 ) : print ( ' result 1 ' )
In the following code, expression and expression are Boolean expressions.
if expression:
printresult
if expression:
printresult
which of the following is not a correct statement?
It is possible that only result is printed.
It is possible that neither result nor result is printed
Only one of result and result may get printed.
It is possible that result and result can both be printed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started