Signup/Sign In
user profile picture

Kumbakonam Ananth Prasanna

Ananthmrfji

Joined 2 years ago

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

try the below code:
let i=2;
for(i=2; i<=20;i+=2)
{
console.log(i + " ");
}
2 years ago