2 lines
98 B
Text
2 lines
98 B
Text
INPUT n$
|
|
PRINT VAL(LEFT$(n$,(LEN(STR$(VAL(n$))))))+VAL(RIGHT$(n$,(LEN(n$)-LEN(STR$(VAL(n$)))-1)))
|