3つから一番大きい数字を表示させたいです
<script> // 0〜100のランダムな数字を取得 var rand1 = Math.floor(Math.random() * 101); var rand2 = Math.