Glad it's useful - I only have a few paper 2 exam series uploaded currently. I have the pseudocode solutions to all the 9618 questions in the A-Level playlist too, if that might be helpful ruclips.net/p/PLLxmmTYd1_4P_aorleevGiKvJZrPrqniY
See the "STEP 2" statement in the for loop - that means each loop, the count variable will increase by 2 i.e. 1, 3, 5, 7 etc You can see example for loop programs here if you scroll down to solutions...or just the for loops demo program on my site: pseudocode.pro/pseudocode-challenge/2/for-loops-simple
Thank you so much, finally found a youtuber who does past papers 🌟
Glad it's useful - I only have a few paper 2 exam series uploaded currently. I have the pseudocode solutions to all the 9618 questions in the A-Level playlist too, if that might be helpful
ruclips.net/p/PLLxmmTYd1_4P_aorleevGiKvJZrPrqniY
Keep up the work! Rlly helpful vids
bro can u post paper 23 aswell really need a video for it 🙏
Yeah I will upload all of them...p22 today, 23 tomorrow
for question 5, why does count become 3 and not 2
See the "STEP 2" statement in the for loop - that means each loop, the count variable will increase by 2 i.e. 1, 3, 5, 7 etc
You can see example for loop programs here if you scroll down to solutions...or just the for loops demo program on my site:
pseudocode.pro/pseudocode-challenge/2/for-loops-simple