Home / Expert Answers / Computer Science / please-write-code-in-c-assignment-4b-plus-sign-ascii-art-with-nested-loops-we-can-34-draw-34-2d-ima-pa435

(Solved): Please write code in C++ Assignment 4B: Plus Sign, ASCII Art With nested loops, we can "draw" 2D ima ...



Please write code in C++student submitted image, transcription available below

Assignment 4B: Plus Sign, ASCII Art With nested loops, we can "draw" 2D images with text. There are many very impressive ASCII Art examples out there. We'll start with something simple - drawing a plus sign +. Prompt the user to enter a font size (width and height of the plus sign ASCII Art) and font weight (the thickness of the plus sign ASCII Art). Then use FOR loop(s) to draw the plus sign ASCII art based on those parameters. Use the | character for vertical parts and - for the horizontal parts of the plus sign. You MUST use FOR loop(s) for this assignment. Call the file name Assignment4B(.java, .cs, .cpp) and the class name Assignment4B. User input is indicated in bold. You MUST use FOR loop(s) for this assignment. Sample Output \#1: [Plus Sign ASCII Art] Font-size: 1 Font-weight: 1 Drawing with text... Sample Output \#3: [Plus Sign ASCII Art] Font-size: 4 Font-weight: 2 Drawing with text... | | | I II | | | | | 11


We have an Answer from Expert

View Expert Answer

Expert Answer



We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe