1. Course
  2. Arrays
  3. Banner command on Unix

Banner command on Unix


Last updated: 8/23/2020 Difficulty: Intermediate

Create a C# program that mimics the functionality of the banner function on Unix. Internally you will have to use a multi-dimensional array to store the characters. Note that it is case sensitive.

To test it, request a text from the user and show the result of the banner on screen.

Input

Hello!

Output

#     #                              ###
#     # ###### #      #       ####   ###
#     # #      #      #      #    #  ###
####### #      #      #      #    #   #
#     # #####  #      #      #    #
#     # #      #      #      #    #  ###
#     # ###### ###### ######  ####   ###

Solution

Arrays

5 / 11

Android App


Practice C# anywhere with the free app for Android devices.

Android App

Exercises C# by difficulty


Learn C# at your own pace, the exercises are ordered by difficulty.

Make a donation


Your donations support our work and contribute to the maintenance of the app.

Advertising