נתונה הפקודה הבאה:
ifelse(x>0 , "positive" , ifelse (x<0 , "negative" , "zero"))
מה תהיה התוצאה אם x=c(-1,1)
נתונה הפקודה הבאה:
ifelse(x>0 , "positive" , ifelse (x<0 , "negative" , "zero"))
מה תהיה התוצאה אם x=c(-1,1)
* השאלה נוספה בתאריך: 04-08-2025