Skip to content

Cybersecurity · Lab

Hands-on practice. No grades — just explore and build intuition.

Predict the output of the code. (Safe, read-only — no code execution.)

for (int i = 0; i < 3; i++) { System.out.print(i + " "); }

What is printed?

Cybersecurity Lab - Hands-On Practice | PiqCue