Problem Statement
Read a student name, group number, and lab code, then print a small badge report.
Convert the lab code to uppercase inside the seat code.
DEMO-OOP-33 โข Object Oriented Programming
Read a student name, group number, and lab code, then print a small badge report.
Convert the lab code to uppercase inside the seat code.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
Lina 3 b12
Student: Lina Group: 3 Seat Code: B12-3
Omar 7 c9
Student: Omar Group: 7 Seat Code: C9-7
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question