Let's say you need to find the maximum number in a bunch of places, so you write a max method:
public static float Max(float a, float b) {
if (a < b) {
float t = a;
a = b;
b = t;
}
Let's say you need to find the maximum number in a bunch of places, so you write a max method:
public static float Max(float a, float b) {
if (a < b) {
float t = a;
a = b;
b = t;
}
I hereby claim:
To claim this, I am signing this object: