Login
|
Signup
langref.org
-
scala
add..
all
clojure
cpp
csharp
erlang
fantom
fsharp
go
groovy
haskell
java
ocaml
perl
php
python
ruby
Home
All
Solved
Unsolved
Strings
Numbers
Regex
Lists
Maps
Structure
Files
Dates
OOP
Networking
XML
Algorithms
Misc
Parallel
View Problem
Strings
Case
Make a string uppercase
Transform
"Space Monkey"
into
"SPACE MONKEY"
scala
println("Space Monkey".toUpperCase)
object Solution376 extends Application {
println("Space Monkey".toUpperCase)
}
Submit a new solution for
scala
There are 19 other solutions in
additional
languages (
clojure
,
cpp
,
csharp
,
erlang
...)