Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Leap Year Finder
#How to find something is leap year or not demo = readLines(file("stdin"), warn = FALSE) year = as.integer(demo) if(((year %% 4) == 0) && ((year %% 100) == 0) & ((year %% 400) == 0)) { print(paste(year, "is a leap year")) }else { print(paste(year, "is not a leap year")) }
run
|
edit
|
history
|
help
0
Condição de alinhamento entre três pontos
Bimodal CLT
MAX
26-08-2020Teste
Inferences for Two Population Means [Example I - void volume within a textile fabric]
Ex11-03-21EdsonAmanda
R Basic
Practica1
Call option formula for Laplace distributed outcomes
Linear regression Model [Empirical Models]