Question: Java program using either for loop or while loop Write a method named printFence() that accepts two parameters: The first parameter should be the number

Java program using either for loop or while loop

Write a method named printFence() that accepts two parameters:

The first parameter should be the number of dashes between fence posts and

The second parameter should be the number of posts

For example, the call printFence (8,5) should produce the following output:

+--------+--------+--------+---------+

the call printFence (2,1) should produce the following output:

+

the call printFence (2,4) should produce the following output:

+--+--+--+

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!