Download Print deze pagina

HP Prime Gebruikershandleiding pagina 671

Verberg thumbnails Zie ook voor Prime:

Advertenties

END;
Xmin:= -0.1;
Xmax:= MAX(D1)+1;
Ymin:= −0.1;
Ymax:= MAX(D2)+1;
STARTVIEW(1,1);
END;
VIEW "Set Sides",SETSIDES()
BEGIN
REPEAT
INPUT(SIDES,"Die Sides","N=","Voer het aantal zijden in",2);
SIDES:= FLOOR(SIDES);
IF SIDES<2 THEN MSGBOX("Het aantal zijden moet >= 4 zijn");
END;
UNTIL SIDES >=4;
STARTVIEW(7,1);
END;
VIEW "Set Rolls",SETROLLS()
BEGIN
REPEAT
INPUT(ROLLS,"Aantal worpen","N=","Voer het aantal worpen in",25);
ROLLS:= FLOOR(ROLLS);
IF ROLLS<1 THEN MSGBOX("U moet een getal invoeren >=1");
END;
UNTIL ROLLS>=1;
STARTVIEW(7,1);
END;
PLOT()
BEGIN
Xmin:=-0.1;
Xmax:= MAX(D1)+1;
Ymin:= −0.1;
Ymax:= MAX(D2)+1;
STARTVIEW(1,1);
App-programma's 621

Advertenties

loading