Hello guys i'm new to the forum and I have this project for Friday and i am stuck
There have been blood tests for 5 children(boys or girls)
and we should make a scratch program that at first read's the last name,gender and quantity of sugar in their blood.
Now i have made this part at first creating three LISTS for the the 3 things the question ask's us for each of the 5 children.
The other question which i stuck is: for each of the 5 children that their quantity of sugar in their blood is not normal(and that whould be<70 and >100) SHOW their last name,gender and quantity of sugar.
The way i see it is <if><< <and> >>< and in the empty spaces put <( <>> )>
in which the first space contain the list of the quantity of sugar compared with the above rule.Now what block shall we put next to SHOW the three things the question ask's us?
Offline
I have already created the lists that contain the information for the five children
Now i want to see the names gender and quantity of this children that their quantity of blood is not acceptable. Something like:
if quantity<70 and quantity >100 then
(show names gender etc)
Sorry if i confuse you.
Offline