2
8
5
125
Program
#include <stdio.h> int main() { int a; int c; scanf("%d",&a); c=a*a*a; printf("%d",c); return 0; }
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.