Search:

Type: Posts; User: helloworld922

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    3,512

    Re: cannot find symbol variable radius?

    changes are in bold


    import java.util.Scanner;

    public class solvearea{

    public static double calculatearea(double radius)
    {
  2. Replies
    4
    Views
    3,512

    Re: cannot find symbol variable radius?

    simple, you left out the parameter radius from the computearea method


    public static double computearea(double radius)
Results 1 to 2 of 2