Fill in the blanks to create a sequence of the EVEN numbers from 0 to 100, then output the number of elements of the resulting v | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Fill in the blanks to create a sequence of the EVEN numbers from 0 to 100, then output the number of elements of the resulting v

x<-seq(0,100,by=2) print(length(x))

13th Jul 2022, 11:32 AM
Esmaeil Hatami
Esmaeil Hatami - avatar
2 Réponses
+ 2
x<-seq(0,100,by=2) print(length(x))
13th Jul 2022, 11:33 AM
Esmaeil Hatami
Esmaeil Hatami - avatar
+ 1
Hi, this is the Q&A section. Here you can ask programming related questions. What is your question?
13th Jul 2022, 11:44 AM
Lisa
Lisa - avatar