To find the square of a given
number.flowchart
Answers
Answered by
1
Answer:
quare number program and flowchart
double n,z;
scanf("%lf", &n);
printf("Square of number %lf*%lf = %lf",n,n,z);
Step-by-step explanation:
Similar questions