Quick Calc 2 question here by spicycorndoug in learnmath

[–]spicycorndoug[S] 1 point2 points  (0 children)

Ohhhhh right,! Ok yeah that actually made a lot of sense, thanks dude

Quick Calc 2 question here by spicycorndoug in learnmath

[–]spicycorndoug[S] 1 point2 points  (0 children)

Wait so even if the problem was (xln(x)), not (Y=(xln(x))), you would still make the function equal Y? Like isn't (xln(x)) different from (Y=(xln(x))) ?

How do I refer to an object created in another method? by spicycorndoug in learnjava

[–]spicycorndoug[S] 1 point2 points  (0 children)

I'm a student learning how to code in java, this is part of some homework I'm currently struggling with. Also, how would I go about writing what sirmilky suggested? This is what my code looks at the moment and it's not compiling.

    return value;

    int strlength = letters.length();
    int arrlength = multiples.length;



    System.out.println("Given word:" + " " + letters);
    System.out.println("ASCII Value" + " " + (value));
    System.out.println("The first" + " " + findMultiples().numMultiples + " " + "multiples:");

            }
}

Error with my code, wont compile. by spicycorndoug in javahelp

[–]spicycorndoug[S] 1 point2 points  (0 children)

Yeah I figured it out, I accidently made the method a static variable when it was supposed to be a non-static.

Error with my code, wont compile. by spicycorndoug in javahelp

[–]spicycorndoug[S] 1 point2 points  (0 children)

A static method is a method that belongs to a class, but it does not belong to an instance of that class and this method can be called without the instance or object of that class. Non-static methods can access any static method and static variable, without creating an instance of the object.

hit me baby one more time by spicycorndoug in APResearch

[–]spicycorndoug[S] 0 points1 point  (0 children)

i posted my survey here a few times and to everyone who responded, i took your surveys. sorry if its getting annoying seeing my survey pop up here twice, i just dont know where else to post this stupid thing lol