When Your Partner Asks You to Say Sorry 1000 Times (Programmer Edition)
Dialogue
Text content
class Sorry { public static void main(String[] args) { int x; for(x=0; x<=1000; x++){ System.out.println("Sorry babu"); } }}
Overview
A screenshot of a WhatsApp chat where one participant sends 'Sorry Babu' at 11:26 PM. The recipient responds at 11:27 PM with 'Say it 1000 times..'. The original sender replies at 11:30 PM with a Java code snippet using a for loop (x=0 to x<=1000) to print 'Sorry babu' 1001 times, humorously complying. The chat includes WhatsApp's end-to-end encryption notification at the top.
Origin notes
This user-created screenshot appears to be a real or staged WhatsApp chat, blending relationship humor with programming. It likely originated from a private chat, shared on platforms like Reddit or Twitter to entertain audiences familiar with coding and relationship dynamics, showcasing a programmer's creative apology method.