Number of pages =========== rate per page (cents)
First 100 ============ 3.0
Next 100 ============= 2.5
Above 200 ============ 2.0
Example : Printing cost for 200 pages is $5.5
Printing cost for 301 pages is $7.5
write a java(application) program to do the following:
- prompt the user for the number of pages printed
-calculate the cost of printing
-display the input entered and the printing cost in dollars with appropriate description