Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Coldfusion code for the following 1. Create a web page to compute Dollars and Cents Use Adobe Coldfusion to create the Web page shown in
Coldfusion code for the following
1. Create a web page to compute Dollars and Cents Use Adobe Coldfusion to create the Web 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 extension in the folder Assignments2 on the server and then preview the output using the browse tab. Cain Connter Results Denomination Number Pennies:3 Nickels Dimes Quarters12 Total (Cents)703 Tota $7.03 1. Create a web page to compute Dollars and Cents Use Adobe Coldfusion to create the Web 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 extension in the folder Assignments2 on the server and then preview the output using the browse tab. Cain Connter Results Denomination Number Pennies:3 Nickels Dimes Quarters12 Total (Cents)703 Tota $7.03Step 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