Back

Time2Code – update to 02-02 Largest number program

23 October 2025

A lot of students are getting confused about the success criteria of the largest number program in level 2. The subprogram requires a value of 1, 2 or 3 to be returned depending on which of three input parameters is the largest. For example, the numbers 4, 6, 3 should result in 2 being returned because the second number is the largest. That is really confusing because there is no number 2!

To make the success criteria and examples easier to understand, the requirements have been changed so that the subprogram should return “first”, “second” or “third” instead. The output statement is then either:

  • The largest of the three numbers is the first number.
  • The largest of the three numbers is the second number.
  • The largest of the three numbers is the third number.

The boilerplate code has not been changed because this still matches the video. The sample tests, flowcharts, Parson’s problem and model solution for teachers have all been updated.

How to get a new model solution

Related posts

When the cloud breaks: lessons for teachers from the AWS outage 

On a busy Monday morning, teachers across the UK found themselves staring at error messages instead of lesson plans, thanks […]

24 October 2025

The hidden cost of non-specialist teaching in Computing

In secondary schools across the UK, a growing concern is emerging around the use of non-specialist teachers—particularly in computing. While […]

17 October 2025

Student in a library.

Smart Revise October 2025 update

Archived tasks no longer appear in a student’s task list It’s a fact, some students don’t complete their Smart Revise […]

11 October 2025

Beyond the classroom: Why networking matters for Computer Science teachers 

Staying siloed in the classroom can limit growth, especially in a fast-moving subject like Computer Science. Building external networks exposes new ideas, provides support, and helps teachers and departments thrive.

10 October 2025

Beyond the bookshelves: rethinking the role of secondary school libraries in 2025 

Secondary school libraries in 2025 shouldn’t just store books — they should inspire, collaborate, and engage students in new and exciting ways. It’s time to rethink the library as a dynamic learning hub, not a quiet relic.

3 October 2025

Why Should I Care About GDPR?

Understanding why GDPR matters. Take control of your data—before someone else does. GDPR isn’t just legal jargon—it’s your digital safety net. Find out how it protects your personal data and why you should care, even if you’re “just” browsing.

30 September 2025

How does blockchain work?

Blockchain may sound complicated, but it’s simply a decentralised digital ledger where everyone can see, but no one can change the records. Discover how this game-changing tech works.

What is an API?

APIs are like digital waiters for your code—taking your order and bringing back exactly what you asked for, no questions asked.
Think of them as the ultimate shortcut to building smarter, connected apps without the hassle.

What is the RIP Act, and Why should you care?

The RIP Act, also known as the Snoopers’ Charter, grants the government sweeping powers to monitor and retain your digital data. Find out how this impacts your online privacy.