Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Leap Year or Not
#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
ExDecaiEulerMin28-01-21
Teste
Ch. 5: Cookie Chip Sampling
Cos R Example
Iron exp suco fatorial
AjusteLinearizado-11-01-21-pacotematriz
10=08-2020Newton
test
gamma_01
Linear Regression