program add two nombers implicit none real::a,b, res a=5 b=6 res=a+b print *, "this is addition of twonombers",res end program addtwonom
To embed this project on your website, copy the following code and paste it into your website's HTML: