Problem Statement
Read the height of a star pattern and print the height together with the final line of the pattern.
DEMO-OOP-33 โข Object Oriented Programming
Read the height of a star pattern and print the height together with the final line of the pattern.
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.
3
Height: 3 Last Line: ***
5
Height: 5 Last Line: *****
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question