Value printer

Report a typo

Modify a program by defining values a, b, c, d to print 123.456.

Write a program in Scala 3
object ValuesPrinter extends App {
???
println(a + b + c + d)
}
___

Create a free account to access the full topic