java expression for z= x^100
Answers
Answered by
0
Answer:
int x = (insert any number of your choice);
int z = x^100;
Similar questions