Summation

Report a typo

Write a program that reads 2 numbers from the console and displays their sum.

Sample Input 1:

8
11

Sample Output 1:

19
Write a program in Scala 3
import scala.io.StdIn._

@main def program =
// put your code here
___

Create a free account to access the full topic