Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a web page that contains a simple math test and allows a user to create a username for a website. The user should be

Create a web page that contains a simple math test and allows a user to create a username for a website. The user should be prompted to enter his or her first name, last name, and school's name. The program should create a username that consists of the user's initials concatenated with the first word of the school's name. For example. if Hector Lopez attends Universal Community College, his username would be HLUniversal. The web page should have the following arithmetic problems. Add a button under each problem, which when clicked, will display a prompt for the user to enter the answer. Add a second button which, when clicked, will check to see if the user's answer is correct. The output should be either "correct" or "incorrect" displayed in an alert box.

5 + 9 =??

4 * 6 =??

25 - 14 = ??

48 / 3 = ??

26 % 6 = ??

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2000 Database Design

Authors: Louis Davidson

1st Edition

1861004761, 978-1861004765

More Books

Students also viewed these Databases questions

Question

What is preallocation? Why do it?

Answered: 1 week ago