Write a program to print first 5 even numbers.
Answers
Answered by
1
Answer:
for i in range (5)
print(i/2)
Explanation:
this will print
Answered by
0
the program is java program
Similar questions