Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Grade.r
{ x <- as.integer(readline(prompt = "Enter first number :")) y <- as.integer(readline(prompt = "Enter second number :")) z <- as.integer(readline(prompt = "Enter third number :")) if (x > y && x > z) { print(paste("Greatest is :", x)) } else if (y > z) { print(paste("Greatest is :", y)) } else{ print(paste("Greatest is :", z)) } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Matrix
Paired t-test [Shear Strength of Girder]
TH1
Basic Programming
practica 2
05-08-2020-Resolução-equaçao
EXP1STATS
example
Arithmetic operations in vector
Assignment2 Q1
Please log in to post a comment.