3 lines
102 B
Text
3 lines
102 B
Text
INPUT n$
|
|
PRINT VAL(LEFT$(n$,(LEN(STR$(VAL(n$))))))+VAL(RIGHT$(n$,(LEN(n$)-LEN(STR$(VAL(n$)))-1)))
|
|
END
|