Skip to content
#

position-2-3

Here is 1 public repository matching this topic...

Erstelle eine Methode, die zwei gleichlange Arrays mit `int`- Werten als Parameter übergeben bekommt. In der Methode wird jeweils das Produkt der Elemente beider Arrays an den gleichen Stellen (_1. Element aus 1. Array multipliziert mit 1. Element aus 2. Array_) auf der Konsole ausgegeben (nutze dazu die Methode `System.out.println`). Rufe deine…

  • Updated Dec 24, 2021
  • Java

Improve this page

Add a description, image, and links to the position-2-3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the position-2-3 topic, visit your repo's landing page and select "manage topics."

Learn more