- 2
R
The given code takes 3 numbers as input. Complete the program to output the maximum of the 3 inputs. input <- readLines('stdin') x <- as.integer(input[1]) y <- as.integer(input[2]) z <- as.integer(input[3])
1 ответ
0
Please don't put links as tag.
Hont:
The function that is used for getting the maximum is mentioned in the lesson