what coding language is this
var x = 1;
for (var i = 0; i < 3; i++) {
x += 5 * i;
}
console.log(x);
Answers
Answered by
3
according to me it is c or c++ language codes but as they are the basic codes so they can be of many languages
Similar questions
Hindi,
7 months ago
Computer Science,
7 months ago
Hindi,
7 months ago
English,
1 year ago
Math,
1 year ago