Dear Silverfrost Community: I believe that this would be a better way of stating my issue. I apologize for not putting it this way sooner.
I am trying to write an answer to the above exercise using the Silverfrost FTN95 Express compiler:
Write a program that reads in an integer and outputs a statement telling whether or not the integer is evenly divisible by 3. If this integer is not evenly divisible by 3, the program should output the remainder obtained when the number is divided by 3. Use a compound statement inside an IF-THEN-ELSE construct.
Could I use the MOD intrinsic function in writing the answer to the above exercise and, if I can, how do I do this? Thank you.
Best regards,
Carl Mesaros