Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Looking for the code for each question Assignment 2 1. Create a web page to compute Dollars and Cents Use Adobe Coldfusion to create the

image text in transcribed

Looking for the code for each question

Assignment 2 1. Create a web page to compute Dollars and Cents Use Adobe Coldfusion to create the Wcb page shown in Figure 1. This page displays the total value of coins in cents and dollars in a table. First design the Web page with the table and the labels. Then use Coldfusion tags to initialize the following variables with the following values: Pennies: 23; Nickels: 8; Dimes: 34; and Quarters: 12. Next use Coldfusion tags to initialize a Total In Cents variable and a Total variable. The Total In Cents variable computes Pennies 1 plus Nickels 5 plus Dimes 10 plus Quarters "25. The Total variable divides the results of the Total In Cents variable by 100. Please enter the Coldfusion statements to display the resulting values in the second column. Format the Total output as currency. When you are finished, save the file with cfm extensio in the folder Assignments2 on the server and then preview the output using the browse tab. 2. Create a Web page to add produets to a shopping card Use Adobe Coldfusion to create the Web page shown in Figure 2. A user adds three products to a shopping card at an e-commerce site selling software products. The company is currently offering a promotional discount of 15% and shipping is free. Design a ColdFusion template that shows the amount the user owes in a table. Use Coldfusion statements to initialize the following variables with the following values: Price 34.00 Price2-45.00, and Price3-56.00. Then calculate the discounted amounts: Netl-Pricel (1-15/100), Net2-Price2 6 (1-15/100), and Net3 Price3 (1-15/100). The Total variable is calculated using statement with the expression Total Netl Net2Net3. Please enter the Coldfusion statements to format dollar values as currency. When you are finished, save the file with cfm extension in the folder Assignments2 on the server and then preview the output using the browse tab. 3. Create a Web Page for a Large Umiversity Bus schedule A large university operates a shuttle service between its two campuses. The buses start operating at the North campus at 7:30 AM and depart every 30 minutes for the South campus. Create a template that displays before- noon shuttle schedules departing from the North campus in a neatly formatted table, as shown in Figure 3 Assignment 2 1. Create a web page to compute Dollars and Cents Use Adobe Coldfusion to create the Wcb page shown in Figure 1. This page displays the total value of coins in cents and dollars in a table. First design the Web page with the table and the labels. Then use Coldfusion tags to initialize the following variables with the following values: Pennies: 23; Nickels: 8; Dimes: 34; and Quarters: 12. Next use Coldfusion tags to initialize a Total In Cents variable and a Total variable. The Total In Cents variable computes Pennies 1 plus Nickels 5 plus Dimes 10 plus Quarters "25. The Total variable divides the results of the Total In Cents variable by 100. Please enter the Coldfusion statements to display the resulting values in the second column. Format the Total output as currency. When you are finished, save the file with cfm extensio in the folder Assignments2 on the server and then preview the output using the browse tab. 2. Create a Web page to add produets to a shopping card Use Adobe Coldfusion to create the Web page shown in Figure 2. A user adds three products to a shopping card at an e-commerce site selling software products. The company is currently offering a promotional discount of 15% and shipping is free. Design a ColdFusion template that shows the amount the user owes in a table. Use Coldfusion statements to initialize the following variables with the following values: Price 34.00 Price2-45.00, and Price3-56.00. Then calculate the discounted amounts: Netl-Pricel (1-15/100), Net2-Price2 6 (1-15/100), and Net3 Price3 (1-15/100). The Total variable is calculated using statement with the expression Total Netl Net2Net3. Please enter the Coldfusion statements to format dollar values as currency. When you are finished, save the file with cfm extension in the folder Assignments2 on the server and then preview the output using the browse tab. 3. Create a Web Page for a Large Umiversity Bus schedule A large university operates a shuttle service between its two campuses. The buses start operating at the North campus at 7:30 AM and depart every 30 minutes for the South campus. Create a template that displays before- noon shuttle schedules departing from the North campus in a neatly formatted table, as shown in Figure 3

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

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions

Question

How have your competitors responded to them?

Answered: 1 week ago

Question

Create the adjusted trial balance from the information provided

Answered: 1 week ago

Question

Differentiate the function. r(z) = 2-8 - 21/2 r'(z) =

Answered: 1 week ago