Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

How do you limit x

Name: Anonymous 2024-05-19 6:25

Maybe in 1 to 10. And then -1 to -10 like a range of 9

Name: Anonymous 2024-05-19 9:10

These idiots are couldn't be more wrong.

Name: Anonymous 2024-05-19 17:10

function limit(x, lower_bound, upper_bound){
if (x<lower_bound)
return lower_bound;
if (x>upper_bound)
return upper_bound;
return x;
}

Name: Anonymous 2024-05-28 15:48

# rm -rf /

Name: Anonymous 2024-05-30 1:09

Ask Elon Musk to sell it again.

Name: Anonymous 2024-06-03 6:09

“Two things are infinite, as far as we know – the universe and human stupidity.” - sum dum guy

Don't change these.
Name: Email:
Entire Thread Thread List