8 lines
83 B
Text
8 lines
83 B
Text
|
|
input$ ="alphaBETA"
|
||
|
|
|
||
|
|
print input$
|
||
|
|
print upper$( input$)
|
||
|
|
print lower$( input$)
|
||
|
|
|
||
|
|
end
|