Given variables a=3 and b=4 output
"3+4=7"
fantom echo("$a+$b=${a+b}")
class SolutionXX
{
static Void main()
{
echo("$a+$b=${a+b}")
}
}
Submit a new solution for
fantom
There are 29 other solutions in
additional languages (
clojure,
cpp,
csharp,
erlang ...)