In the following questions the symbols $, @, *, ** and # are used with the following meanings:'A$B' means 'A is greater than B'.'A@B' means 'A is either greater than or equal to B'.'A*B' means 'A is equal to B'.'A**B' means 'A is smaller than B'.'A#B' means 'A is either smaller than or equal to B'.Statements: G $ H, J # K, H * KConclusions: I. H $ J II. J * H