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
Hiring Activity
Chi Square Tests [Is the die fair?]
Binary search tree
CDF- Gaussian (trapezoids method)
лул
Julia set
Return the max, min, and zeros of a function y, and plot it.
gh
5 # SUMMARY PART A
10-08-2020Exe