I'm working on a project similar to the kiosks you find at McDonald's. My teacher mentioned that the menu displayed in the terminal should have some sort of design but didn't provide much detail. When he said 'design,' does he mean to use visual elements like dividing lines or symbols (like *, #, , %, <, =, -, +)? I'm looking for clarification on how to implement this in my Java program, and if possible, I would really appreciate examples that demonstrate this in action!
1 Answer
Honestly, it sounds like your teacher might be referring to enhancing the visual appeal of your terminal output. You can use symbols or borders to make it look cleaner and more structured. For example, using asterisks to frame your menu can really make it pop. But I suggest reaching out to your teacher or classmates for more specific guidelines if you're unsure. It’s all about making it engaging!
Yeah, definitely ask for more clarity! But also, don't hesitate to play around with some simple ASCII designs. They can really help in making your output stand out.