Search:

Type: Posts; User: noobish

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    3,502

    Re: cannot find symbol variable radius?

    uhm...where do i put that code?

    o tried " public static double calculatearea(double radius){ "
    doesnt work...
    it says cannot be applied to
  2. Replies
    4
    Views
    3,502

    cannot find symbol variable radius?

    public class solvearea{

    public static double calculatearea(){

    double methodArea = (radius*2)*3.1416;
    return methodArea;
    }
    public static void main...
Results 1 to 2 of 2