Answered step by step
Verified Expert Solution
Question
1 Approved Answer
java Create a code segment that will: 1. Create a constant to store the sales tax rate for Onondaga County (0825) 2. Create a variable
java
Create a code segment that will: 1. Create a constant to store the sales tax rate for Onondaga County (0825) 2. Create a variable to store the amount of sales tax to charge a customer 3. Create a variable to store the number of items purchased in a retail store. 4. Create a variable to store the price of the items 5. Create a variable to store the gross cost 6. Calculate the gross cost (#items price) 7. Calculate the sales tax. 8. Calculate the final cost 9. Qurtut the final cost to the screen Step 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