Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Summation of 1 to 100 integer namber
sum=0 k=1 20 sum=sum+k k=k+1 if(k.le.100)goto 20 print*,sum stop end
run
|
edit
|
history
|
help
0
A_03 ADAMS BASHFORTH S4
A_03 EULER'S METHOD
LU gauss
New3
Pivot 2
A1_Q1_Harsh
lcm and gcd using prime factorization
Practice
A_04 SIMPSON'S RULE (3(II))
Sum of series