26

coding_goals >>>> couple_goals

Comments
  • 1
    assuming both coding_goals and couple_goals are a type that extends Number:
    you will get an error when you try to compile this because there are too many greater than signs, one less and you would have a bit shift to the right
Add Comment