Run Code
|
API
|
Code Wall
|
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
Distribucion binominal matematica discreta r
Linear and Logistic Regression
24-08-2020-GradConj
Gamma
14-09-2020QRajustelinear
5 # SUMMARY PART A
My R Code Practice
untitled
simple program
Teste de sheffé