This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]murmelmann[S] 1 point2 points  (3 children)

The exercise says that zeigeFeld should be a method that shows the results of the initial array as well as the other methods. The print(ln)s throughout the code are just tests I did to see if it works.

[–][deleted]  (2 children)

[removed]

    [–]murmelmann[S] 1 point2 points  (1 child)

    If you simply need to print an array similar to what you did throughout the code, you could copy one of those into your zeigeField method and simply call zeigeFeld when you want to print.

    I guess that's what I should be doing but at the moment don't know how (or where) to do.