Testing INPUT Functionality
===========================

Test 1: Single numeric INPUT
Read value: 42 

Test 2: Multiple numeric INPUT
X = 10 , Y = 20 , Z = 30 

Test 3: String INPUT
Read string:Hello World

Test 4: Mixed numeric and string INPUT
Name:AliceAge: 25 Salary: 1250.5 

Test 5: Multiple strings
Colors:Red,Green,Blue

Test 6: INPUT with prompt
Enter a number 99 
You entered: 99 

Test 7: Type coercion
Integer from 123.456:123

Test 8: Comma-separated INPUT
Values: 1  2  3  4  5 

Test 9: String input variations
S1 len:0S2 len:9S3 len:0

INPUT tests complete!

