Your task is to create a book ordering form using VISUALSTUDIOS, with the code and screenshots
1. Boxes for first name, last name, address.
2. Radio buttons to select: hard cover, soft cover, ebook.
3. Drop down list to select the book (make up three or four booknames).
4. Radio buttons to select credit card (at least Visa, MasterCard, American Express).
5. Box to enter credit card numbers.
6. The credit card box MUST verify that numbers are enteredonly. It will display error information and make the user enter theinformation agaion.
7. All items will be checked to make sure the user enteredsomething, or selected something. If something is missing an errormessage must be displayed.
Once the user clicks the submit button, the followinghappens:
A total price is determined by looking at the book selected, andthe type of book selected.
If the book is hardback, the price is $50, softback $40, ebook$30.
Add 10% sales tax.
Display the book name, book type, and total cost back to theuser. Also thank them for the order.
Make everything user friendly by including labels, and text toexplain what to do and what to enter into boxes.