Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2
#R version 3.4.4 # This is to store the humidity percentages in a vector humidity <-c(20, 30, 60, 70, 65, 40, 35) count <- 1 while (count <= 7) { cat ("Weather for day", count," :") if (humidity [count] <40) { print ("Perfect for a trip") } else if (humidity [count] > 70) { print ("Not suitable for a trip!") } else { print ("May or may not be suitable for trip") } count=count + 1 }
run
|
edit
|
history
|
help
0
31-08-2020-Exemplo AjusteNaoL
Visualization Test Exercise 6 ggplot
ExDecaiEulerMin28-01-21
Sierpinski triangle - changed
Sierpinski curve
1
ModeloSirdItaly-17-02-2021
AjusteNaoLinear
marian
R