$10/h, first lesson free| Yr11 PHYSICS | HSC GENERAL MATHS | Yr7-10 MATHEMATICS
10$ an hour and first lesson free.
Yr11 Physics
HSC General Maths
Yr7-10 Maths
I am a current year 12 student.
I am located in the Fairfield-Liverpool area. For areas outside the this region, you may be required...
LOOKING FOR (y11) PRIVATE 2U MATH TUTOR in FFIELD-LIVO area
Heys,
Looking a 2U private math tutor in the Fairfield-liverpool area, Cabramatta preferred.
Thanks
May someone please interpret this For Loop script for me?
I want to know how t equals 20.
t = 0;
for (i = 1 to 3) {
for (j = 0 to i) {
t = t + i;
next j;
}
next i;
}
display t;
Thanks