Author |
Message |
Topic: DOS Window does not stay active |
fkaram65
Replies: 5
Views: 7238
|
Forum: General Posted: Thu Jan 15, 2015 5:46 am Subject: sample code |
Program temp
!program declarations
implicit none
Real :: f
Real :: c
print*,'Please enter the temperature in Fahrenheit (F):'
read*,f
c = (f-32.)*(5./9.)
pri ... |
Topic: DOS Window does not stay active |
fkaram65
Replies: 5
Views: 7238
|
Forum: General Posted: Thu Jan 15, 2015 3:37 am Subject: DOS Window does not stay active |
Hello,
New to programming fortran. I make a simple program and build and compiled to get the .exe file. When I run it within the Plato IDE is runs fine with the dos window coming up. This windo ... |
|