snehasharma19 snehasharma19 20-06-2024 Computers and Technology Answered Find out the error in following code: Salary= input(“Salary :”) Bonus=10/100 * Salary Print (“Bonus”, Bonus)