Problem Statement
Read a student name, the number of lab hours, and the hourly rate, then print a formatted receipt header.
DEMO-OOP-33 โข Object Oriented Programming
Read a student name, the number of lab hours, and the hourly rate, then print a formatted receipt header.
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 4 2.5
Student: Lina Hours: 4 Total Fee: 10.00
Omar 3 5.0
Student: Omar Hours: 3 Total Fee: 15.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question