Problem Statement
Create a helper class that stores three tokens, joins them with a colon, and prints the joined string with its total length.
DEMO-OOP-33 โข Object Oriented Programming
Create a helper class that stores three tokens, joins them with a colon, and prints the joined string with its total length.
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.
deep code lab
Joined: deep:code:lab Length: 13
one two three
Joined: one:two:three Length: 13
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question