O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
x=int(input("Please enter an integer:")) print('value of x=',x) print('x**2=',x**2) print('x**3=',x**3) print('x**4',x**4)
▶ Run Code
🖥 Output: