O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
amount=int(input("Enter the amount:")) if(amount<=1000): print("Your charge is accepted.") if(amount>1000): print("The amount exceeds your credit limit.")
▶ Run Code
🖥 Output: