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
Estimate pi with uniform random numbers
Distribution stable under iteration
Correlation
jessray
SEIR-Modell
31-08-2020-Exemplo AjusteNaoL
Dynamic Simulation for Bank - Exercise 3 in 1.7
SimulacaoItaly-17-02-2021
ax² + bx + c = 0 (Solução e gráfico com as raízes)
EulerSIR