Input? n = 1; s = 1; T=0
do
s = n * s
T = s+T;
n = n+ 1;
Cycle? Until? n & gt 10
printf? t;
end
The program block diagram is as follows:
I have been painting for a long time and hope to adopt it.