class test public static void main(string args ) int i for(i=0 i 5 i++) system.out.println(i-i*i)
Answers
Answered by
1
Answer:
I=0; 0
I=1, 0
I=2, -2
I=3, -6
I=4, -12
I=5, -20
Explanation:
if it's (i- (I*I)) otherwise all values would be zero.
Similar questions
Computer Science,
9 days ago
CBSE BOARD XII,
9 days ago
English,
9 days ago
Math,
9 months ago
Math,
9 months ago