New Technology is Common, New thinking is rare
Download Now
#include<stdio.h> int main() { int ac, b, i, p; printf("Type value of X: "); scanf("%i",&ac); printf("Type value of Y: "); scanf("%i",&b); p=1; for(i=1;i<=b;i++) p = p * ac; printf("Power is : %i",p); return 0; }
Bhuvan Arora
Post a Comment
No comments:
Post a Comment