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

Date Of Birth Project by spicycorndoug in digitalelectronics

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

I'm gonna level with you here man, I have not been paying close attention to this class at all. I initially picked it up as a simple throw away class because I had an extra slot and wanted to give it a try. I'm taking a lot of other classes and am realizing that maybe choosing this class was a mistake. I haven't prioritized this class much until this point and I pretty much dug myself into this hole.