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
Get step-by-step solutions from verified subject matter experts
