Question 1:
Produce a Java applet to calculate the factorial of any given number. Your applet will have one text field that will take in the input from user and also to display the result when a button is clicked. Provide the HTML codes to show how the applet is inserted. You may follow the sample interface given in the figures below: 10 factorial is =?
Produce a Java applet to calculate the factorial of any given number. Your applet will have one text field that will take in the input from user and also to display the result when a button is clicked. Provide the HTML codes to show how the applet is inserted. You may follow the sample interface given in the figures below: 10 factorial is =?
Comment