Post Reply 
Trouble with this programm. Please help!
03-16-2015, 03:10 PM
Post: #1
Trouble with this programm. Please help!
Hi everybody I have had my hp prime for a few weeks now and I have trouble entering this program directly in the calculator. It says that there is a sintaxis problem. Can you help me fix it?Thank you.
This is the programm:
EXPORT PARAL(L1)
BEGIN
LOCAL T;
LOCAL I;
LOCAL N;
T:=0;
I:=0;
N:=SIZE(L1);

FOR I FROM 1 TO N DO
T:=T+1/L1(I);
END;

T:=1/T;
RETURN(T);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Trouble with this programm. Please help! - Bea2306 - 03-16-2015 03:10 PM



User(s) browsing this thread: 1 Guest(s)