Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
compounding position
Ex-02-02-21
Análise de Variâncias DIC e teste de Tukey
Snowflake curve
Cos R Example
James
Leap Year or Not
waves 2
3dgraphics-and-curvesb
ex1
Please log in to post a comment.