Search:

Type: Posts; User: Milanocookies56@gmail.com

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,471

    Re: New to programming

    Okay well I dont know if this will help but I am using Dr. Java....


    Also is there anyway you could just give any example of how to declare the class for the method?
  2. Replies
    5
    Views
    1,471

    Re: New to programming

    Ah no I wasnt in the class for making methods attached to a class.... That would explain why non of my methods are working

    how exactly do you do that or do you know of a tutorial of how to do...
  3. Replies
    5
    Views
    1,471

    New to programming

    Im trying to write a method here:


    public void edgeDection(double amount)
    {
    Pixel topPixel = null;
    Pixel bottomPixel = null;
    double topAverage = 0.0;
    double bottomAverage = 0.0;
    ...
Results 1 to 3 of 3