>>22
このプログラム入れれば変換できるぞ

public int convertHz(final int nowHz) {
      return nowHz*5/6;
}