Question: Why is my else if code not executing properly? if percent_profit_loss < 0: print('Interpretation: Project is not recommended for approval.') elif: percent_profit_loss == 0: print('Interpretation:
Why is my else if code not executing properly?
if percent_profit_loss < 0: print('Interpretation: Project is not recommended for approval.') elif: percent_profit_loss == 0: print('Interpretation: Neutral') elif: percent_profit_loss <= 0.05: print('Interpretation: Recommended for approval.') else: print('Interpretation: Highly recommended for approval.')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
