#include int main(void){ int j; printf("Enter a number: "); scanf("%d", &j); printf("%d", j * j); return 0;}