have created a simple program using Plato. The program is as below:
PROGRAM QuadraticEquation
REAL :: a REAL :: b REAL :: c a=333
print*, a
END PROGRAM QuadraticEquation
However, when I run, **'a' **does not appear. I just get a blank black screen saying 'Press RETURN to close window'
When I debug, I get a message:
'The program has terminated with error code of -1073741515'
Please help, I need to learn Fortran programming for a very important project.
Please help!!