Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[2.3, 0.0, 1.34, 0.0, 4.3] のような arrayList があり、この arrayList の最小値を見つけたいのですが、この配列のゼロを考慮しません。上記のリストの2.3、1.3、4.3のうち、最小値として1.34を返す関数を探していることを意味します。なにか提案を?
うん。配列を反復処理する for ループを作成し、配列の最小値に等しい double 変数を設定します。値がゼロでない限り、無視します。どの部分でお困りですか?