Computer Science, asked by bistasamip0, 7 months ago

Write a program to print first 5 even numbers.

Answers

Answered by subzerogrand301
1

Answer:

for i in range (5)

print(i/2)

Explanation:

this will print

Answered by shubhkulshrestha07
0

the program is java program

Similar questions