This is a little Fortran example hot to read, calculate and write in terminal:
1 2 3 4 5 6 7 8 9 |
program hello implicit none integer:: i Print *,"write your number:" read *, i print *,"your number:",i i=i*i print *,"your result:",i end program Hello |
our output:
1 2 3 4 |
write your number: 4 your number: 4 your result: 16 |
Thanks for this post, I’m a big fan of this web web site would like to proceed updated.
View CommentHey – nice blog, just looking about some blogs, appears a fairly good platform you might be making use of. Im currently using WordPress for several of my websites but looking to alter one of them around to a platform similar to yours as a trial run. Something in specific you would recommend about it?
View CommentYour style is very unique in comparison to other folks I
View Commenthave read stuff from. I appreciate you for posting when you’ve got
the opportunity, Guess I’ll just book mark this
site.
Excellent website youu have here but I was wanting to know if you knew of any forums that cover
the same topics talked about here? I’d really love to be a
part of group where I cann get suggestions from other experienced individduals that share the same interest.
If you have any suggestions, please lett me know.
Cheers!
View CommentAppreciate this post. Will try it out.
View Comment