Answer:
class Main {
public static void main(String args[]) {
int a = 5;
int delta = 5;
for(int i=0; i<10; i++) {
System.out.printf("%d, ", a);
a += delta;
delta += 2;
}
}
}
Explanation:
didn't evaluation into question
Your best bet is to research about it online or watch tutorials on YouTube for a better understanding :) <span />
In c# and java it's indexOf