Computer Science, asked by hajibashirahmadmugha, 8 months ago

draw the flow chart to find the square of a number​

Answers

Answered by udayveer18singh
6

Answer:

Square number program and flowchart:

1. double n,z;

2. scanf("%lf", &n);

3. printf("Square of number %lf*%lf = %lf",n,n,z);

Similar questions