以下程序模拟了⼀个简单的⼩球反弹过程,横线处应该填⼊的是()
distance += height/2;
distance += height;
distance += height*2;
distance += height+1;