#include <stdio.h>
int main()
{
int n;
printf("Enter a number:");
scanf("%d", &n);
if(n>0)
{
printf("Number = %d, Square = %d, Cube = %d", n, n*n, n*n*n);
}
}
Quote 55: Your brand grows through authentic achievements. Quote 54: Personal branding is clarity, consistency, and credibility. Quote 53: E...
No comments:
Post a Comment