5x5x5x5x5x5x5x5x5x5x5x5x5x5. how can this be represented by something shorter without using the multiplication symbol.
Step by step explanation.
Answers
Answered by
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
3
Answer:
5 ki power 14
IS UR ANSWER BY LAW OF EXPONENT
PLZ FOLLOW ME
Similar questions