Math, asked by paolinadasgupta, 5 hours ago

5x5x5x5x5x5x5x5x5x5x5x5x5x5. how can this be represented by something shorter without using the multiplication symbol.
Step by step explanation.

Answers

Answered by Anonymous
2

Answer:

int main(void) { int firstnum, secondnum;

int prod = 0,i; printf("Enter two numbers \n");

scanf("%d %d",&firstnum,&secondnum); for(i = 1; i <= secondnum; i++){

/* Add the value of firstnum in prod. */ prod += firstnum; }

printf("Multiplication of two numbers is %d" return 0; }

Answered by smarvels15
3

Answer:

5 ki power 14

IS UR ANSWER BY LAW OF EXPONENT

PLZ FOLLOW ME

Similar questions