Answered step by step
Verified Expert Solution
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
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 3Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started