02.05.2014 Views

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Les tests 68<br />

Exemples<br />

PROGRAM structure_if<br />

REAL A,B,SUM<br />

...<br />

IF (A.LT.B) THEN<br />

SUM = SUM + A<br />

IF (SUM > 0.) PRINT *, SUM<br />

END IF<br />

...<br />

END PROGRAM structure_if<br />

PROGRAM structure_if<br />

REAL A,HRS<br />

...<br />

IF (HRS.LE.40.0) THEN<br />

A = HRS*150.0<br />

ELSE IF (HRS.LE.50.) THEN<br />

A = (HRS-40.0)*150.0*1.5<br />

ELSE<br />

A = (HRS-50.0)*150.0*2.0<br />

END IF<br />

...<br />

END PROGRAM structure_if<br />

INSTITUT DU DÉVELOPPEMENT<br />

ET DES RESSOURCES<br />

EN INFORMATIQUE SCIENTIFIQUE<br />

Cours langage Fortran – 27 janvier 2006<br />

<strong>Patrick</strong> <strong>Corde</strong> et <strong>Anne</strong> <strong>Fouilloux</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!