What is the output of this code snippet?
```
x <- 7
if(x %% 2 == 0){
print("even")
}else{
print("odd")
}
```
What is the output of this code snippet?
```
x <- 7
if(x %% 2 == 0){
print("even")
}else{
print("odd")
}
```
* השאלה נוספה בתאריך: 31-07-2023