programming options
Ceorl 17 Oct 2022 18:16
Hi,
My program is suvat as in make your choice s,u,v,a,t.
I need three letters from suvat to solve a problem.
nCR(5,3) gives 10 combinations I assign to numbers 1-10.
num=seq(x,x,1,n),n
Request ("what is your number?"),n
if num[n]=n then
goto block
Every time I want to solve a problem I need to look up the block number to use.
My question: is there another way to do this kind of thing?
I'm trying to learn how to use this calculator.