O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
total_Liabilities = float(input("Enter Total Liabilities : ")) Total_equity = float(input("Enter Total shareholders' equity : ")) ratio = total_Liabilities / Total_equity if ratio > 2 : print("a risky scenario for an investor") else : print("investor should invest in the company ")
▶ Run Code
🖥 Output: