reset password
Author Message
kievg3
Posts: 3
Posted 10:53 Oct 30, 2019 |

I don't understand what I needed to do using the methods. Can someone explain? Here's what I have:

Attachments:
wcwir
Posts: 75
Posted 12:33 Oct 30, 2019 |

The program does a few things. Basically:

1. It reads input.

2. It validates input.

3. It prints out a pattern.

The first thing you need to do is to take the part of the code responsible for printing the pattern, and put it in a separate method. You need to make the signature of this method (name and list of parameters) exactly what I listed in requirements in Lab 10.

There will more things to do after that... I don't want to anticipate your questions, but I'll be here to answer them!