Computer Science, asked by pingraham01, 1 year ago

what coding language is this
var x = 1;
for (var i = 0; i < 3; i++) {
x += 5 * i;
}
console.log(x);

Answers

Answered by HarshSingla
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