Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
var n, sqsum, sqmean, rms = real
|
||||
sqsum = 0
|
||||
for n = 1 to 10 do
|
||||
sqsum = sqsum + (n * n)
|
||||
next n
|
||||
sqmean = sqsum / n
|
||||
rms = sqr(sqmean)
|
||||
print "RMS of numbers from 1 to 10 = ";rms
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue