No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
how to write the math function f(x) with Java where f(x) = y
how do you write the "go to" command in java? like a command that allows me to go back to a previous part of the program and rerun the program in a loop?
What should I write within a while loop that allows me to keep on divding a number by 2 until it meets certain conditions. for example while(condition) { //what should i write here to have a double that divides by 2 until it meets the condition. }
So both classes are in the folder. How am I able to call variables in one class from another another class. For example, I ahve 2 classes, Class1, and Class2. So in Class1, I have "double a" and its value. How can i refer to this "double a" and its …
How to find the slope of a point on a parabola with loops?
The End.
pikalife