Computer Science, asked by bhaturachola454, 1 month ago

java expression for z= x^100​

Answers

Answered by itsmerockingaarav
0

Answer:

int x = (insert any number of your choice);

int z = x^100;

Similar questions