Your issue is your first statement. Check your logic:
1. if num is not a multiple of 3 OR if num is not a multiple of 5
2. if num is a multiple of 3 AND if num is not a multiple of 5

Right there...