Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Count Even Numbers
Python Code Challenge
64 -
Write a program that generates 10 random numbers and counts how many are even using a while loop.
Python
Numbers
While Loops