Looping StatementsPart 1Create a webpage that will contain a script using the for looping statement and another script using the while loop that calculate the product and sum of a set of integers and then displays the results, along with some accompanying text. View Part 1Part 2You will create a web page to show to interested clients how the compound interest works. You will code a script to show 3 tables with the calculation of compound interest on a principal of $1000. View Part 2Part 3Create a webpage with a form with an input box that will allow the user to enter a number. Based on that number, you will display a hollow square with that size constructed of asterisks. View Part 3 |