Hey all, I’m taking Java Programming in school right now. Our first assignment is to display the area and perimeter of a circle, with a known radius
The desired result is for the output to be:
Perimeter = 34
Area= 95
I don’t have an issue getting the equation to calculate, I just cant get the text “Perimeter” and the answer “34” on the same line.
Please help!