Hi,
Is there a reason why you are not using a formula?
Somthing like:
if (x <= 50) {
y = 2 * x;
} else {
y = - 2 * x + 200
}
Hi,
Is there a reason why you are not using a formula?
Somthing like:
if (x <= 50) {
y = 2 * x;
} else {
y = - 2 * x + 200
}