Problem Statement
Create two Java files and print the uppercase form, lowercase form, and length of the input word.
DEMO-OOP-33 โข Object Oriented Programming
Create two Java files and print the uppercase form, lowercase form, and length of the input word.
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.
Java
Upper: JAVA Lower: java Length: 4
Library
Upper: LIBRARY Lower: library Length: 7
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question