Name: Anonymous 2013-02-18 23:08
And stuff similar to this subject. I like to hear dumb people stories.
Look at other people's code, see this.
public static int makePositive(int num) {
if(num < 0) {
int pos = num-num-num;
return pos;
} else {
return num;
}
}
Look at other people's code, see this.
public static int makePositive(int num) {
if(num < 0) {
int pos = num-num-num;
return pos;
} else {
return num;
}
}