@jamesgan6088 sir for the error detecting question at 6:00 I'm pretty sure the Count variable should be initialised at 1 instead of 0 due to pseudocode having its array's index starting at 1
You don't know the amount of people there are and plus, it wants to keep repeating not just stop at a specific number. Think of it as like a dynamic array with no limits
Appreciate your efforts so much sir!
the first question popped up in my exam thanks bro
Thanks!
Thank you for your support 😉
Which currency is this
@@Mahmood0419 Vietnamese Dong
@jamesgan6088 sir for the error detecting question at 6:00 I'm pretty sure the Count variable should be initialised at 1 instead of 0 due to pseudocode having its array's index starting at 1
Both of them are correct.
I am the first viewer ! Great work sir !
5:58 I’m pretty sure that the 17 you have written is supposed to be 16
Yes! You are right! Thanks for spotting out the error Shresth 😄
Thank you sir! 😊
GREAT WORK! i just dont understand in the last question why you used the while loop besides the for loop?
You don't know the amount of people there are and plus, it wants to keep repeating not just stop at a specific number. Think of it as like a dynamic array with no limits
Can we declare more than one variable in a single DECLARE command in pseudocode?
no
nope, you need to declare it as an array
I can surely say that the corrected error should be count>50, not count=50, otherwise it will not get a xhance to reach 50
Sir I am unable to access the cheat sheet. Can you please help me?
You may download it here:
drive.google.com/drive/folders/1KhG3IILKxHGkZeb1W84MNMaPQiOjA5zJ?usp=sharing
@@jamesganleongyi Thank You so much Sir.
substring is (x,16,3) btw in markscheme. Not (x,17,3)
Pretty sure you can also write SubString(x, Length(x)-3, 3) but don't know if the mark scheme would allow that
Thank you sky for pointing it out, it was a mistake!
i also figured lol @@jamesganleongyi
bro i literally came to the comment section, hoping there was an error in this part of the video, cause I didn't understand how we got 17 lol
Please do software past paper topical questions
Sir could you tell which website you used for python and pseudocode?
Are you from Jiangxi?
Hey! Quick Question in the june 2022 (1) b) should it not be WHILE Number >0 AND Number 0 OR Number
a number cant be greater than 100 AND lesser than 0 at the same time
thanks
thanks bro!
please can reasoned to me i want u to help me some settle topic
so how can i contact u
life saver
doesnt index start at 0
not in pseudocode, although it does in every high-level programming languages (as far as I know)