Can someone please help? I don't know what I'm missing. Everything seems to run correctly but it gives me the product of 0 for each division. The problem is:
1. Write a program that asks the user for a value that represents the total sales of Company X. Store that value into a variable. Assume the following: Company X’s East division generates 35% of sales, the West division 22%, the North division 29.6% and the South division generates 13.4% of total sales. Store these values in 4 named constants near top of your program. Compute the 4 divisional sales and place these values into 4 variables that you create. Display your results in a tasteful fashion. If your output display looks funky, consider reading ahead to page 118 and controlling things like decimal places.