Problem Set 1
Click to run
1.a.1
Click to run
1.a.2
Click to run
1.b
Click to run
2
Input for problem 2
Gen data for
2
based on the program below
if(x < 10){ out= 2*x + 10; } else if(x < 35){ out= x*x + 23; } else if(x < 60){ out= 3*x + 12; } else { out= 2*x; }