Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 3: Writing XHTML Code Write the contents of an XHTML file cake.html. This file should contain JavaScript messages that prompts the user to enter

Task 3: Writing XHTML Code

Write the contents of an XHTML file cake.html. This file should contain JavaScript messages that prompts the user to enter the size of a cake (the diameter) and the price of a cake. Using the input that the user enters, calculate the price per square inch.

  • For constant , use Math.PI.

  • Calculate the radius using the following formula:

radius = diameter / 2

  • Calculate the area (consider the cake to be a circular or a round cake), using the following formula:

area = r2

  • You can calculate the radius squared in JavaScript with the following formula:

radius * radius

  • Ensure that you write XHTML comments near the top of the file that includes the file name, learners name, the date, and the assignment name (Task 4 for Computer Science-1A). All tags should follow the XHTML standard.

Type your response here:

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

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

=+Where does the focus of labor relations lie? Is it collective

Answered: 1 week ago