Someone please help me with this. I stuck here
Question:
You've written an application that stores the number of goods purchased from an online store, and the total value of these goods in application scope. There is something wrong with the code below that updates these values. Identify the problem and describe how you'd fix it.
Application("TotalCount") = Application("TotalCount") + 1
Application("TotalValue") = Application("TotalValue") + 199.95