You are on page 1of 1

12/5/2017 Exercise SELECT CASE - Graduate Programming Courses - UCL Wiki

Pages / … / Fortran Exercises

Exercise SELECT CASE


Created by Sergey Yurchenko on Apr 12, 2015

Write a program with SELECT CASE structure, which does different operations when an integer variable is negative, it is
zero, or it is one of the prime numbers (3,5,7,11,13).. In other cases nothing is done.
No labels

https://wiki.ucl.ac.uk/display/GradPrgCrs/Exercise+SELECT+CASE 1/1

You might also like