Question: Write a program that computes the area of each color in an archery target. For simplicity, we will consider a simple circular archery target consisting


Write a program that computes the area of each color in an archery target. For simplicity, we will consider a simple circular archery target consisting of the colors (in order from inside to outside): yellow, red, blue, black, and white. We also assume that each color in the target is equal 'width'. You must prompt the user for a radius (in cm) of the entire target and report the following information: The area of each colored section. Output only four decimal places. a. b. The percentage (using DecimalFormat) of each colored section (compared to the area of the entire target). You must output the information, in color order, according to the following example. The color yellow has area 3.1416 cm^2 with 4% of the total area
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
