codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Print Even Numbers #138

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Java programme to print first n even numbers.

Additional information

Input: 5
Output: 0 2 4 6 8

Code of Conduct

Anzo52 commented 2 years ago

@harshraj8843 I've got this one for ya.

harshraj8843 commented 2 years ago

@harshraj8843 I've got this one for ya.

@Anzo52 Sorry, didn't get it