Replying to Anyone good with java coding?
so, i am working on an assignment and I am very stuck. I have to make "building" plans using numbers for the size of the plots, eg a house of size 1 would print +-+
|H|
+-+
and then a 2 would be a 2x2 version of that... the input method has to be a scanner,
input as: 2 H 2 A 2 B type of thing, and it would print:
+-+-+
|H|H|
+-+-+
|H|H|
+-+-+
+-+-+
|A|A|
+-+-+
|A|A|
+-+-+
+-+-+
|B|B|
+-+-+
|B|B|
+-+-+
anyone able to give me a hand?
Click to expand post