CBSE 2026 results are out, Mukul scored a perfect 100/100 in Computer ScienceSee all toppers →

KwickClips Java · 39 sec · free

What does a *= 3 mean?

Short answer. a = a * 3.

What does %= store?

The remainder of the division.

a starts at 10

LineMeansa
a += 5a = a + 515
a *= 2a = a * 230
a %= 7a = a % 72

Remember

a += 5 is a = a + 5
Work line by line

What does a plus equals five really mean? Do the maths, then store. Ten plus five is fifteen. Times two is thirty. Remainder by seven is two. Calculate with a, then store the answer back in a. Trace line by line.

This clip is from the full lesson: Unary, Compound Assignment and Ternary Operators — 7 minutes, with the tables, the quick answers and the whole lesson in text.

Useful for: ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications, ICSE Class 9 Computer Applications

More KwickClips from this lesson

Voice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

Want a plan that actually fits your board dates?

Ask Kajal Ma'am directly, 20+ years teaching computer science. Free demo class first, no payment.

Talk to Kajal Ma'am on WhatsApp

Or see the Class 12 Computer Science course →

Studying outside India?

We coach CBSE, IGCSE & international students across the globe, one-to-one, in your local time zone.

Visit International →