[ad_1]
Define two arrays of one dimension and test if their lengths are equal and compare the elements in the corresponding places, for example the length of the first array equal 5 and the length of the second array equal 5. In the event that the length of both are equal, compare the elements in the corresponding places, such as element 1 with element 1, and print the largest element in them. in case that the two elements are equal print any one of both. note : write array length by (read line ) sentence and the elements for each array by (for loop) sentence.
私が試したこと:
整数 [i]
for (int i = 0; i < 5 i++) {
解決策 1
私たちは立ち往生している人々を喜んで助けますが、それは私たちがあなたのためにすべてをするためにここにいるという意味ではありません! 私たちがすべての作業を行うことはできません。あなたはこれに対して報酬を受け取っているか、またはそれはあなたの成績の一部であり、私たちがあなたのためにすべてを行うことはまったく公平ではありません.
だから私たちはあなたが仕事をする必要があり、あなたが行き詰まったときにあなたを助けます. それは、あなたが提出できる段階的な解決策を提供するという意味ではありません!
現在の状況と、プロセスの次のステップを説明することから始めます。 次に、その次のステップを機能させるために何を試みたか、またその際に何が起こったかを教えてください。
質問を注意深く読んでください – あなたが示すコードの小さな断片は、最初の 3 つの単語をカバーしていません!
開始するのに問題がある場合は、これが役立つ場合があります。 問題を解決するためのコードの書き方、初心者向けガイド[^]
解決策 2
[ad_2]
コメント