How to resolve the algorithm Write language name in 3D ASCII step by step in the Plain English programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Write language name in 3D ASCII step by step in the Plain English programming language

Table of Contents

Problem Statement

Write/display a language's name in 3D ASCII.

(We can leave the definition of "3D ASCII" fuzzy, so long as the result is interesting or amusing, not a cheap hack to satisfy the task.)

Let's start with the solution:

Step by Step solution about How to resolve the algorithm Write language name in 3D ASCII step by step in the Plain English programming language

Source code in the plain programming language

To run:
Start up.
Print the language name in 3D ASCII.
Wait for the escape key.
Shut down.

To print the language name in 3D ASCII:
Write "Osmosian Order of" to the console.
Write " ____   _           _" to the console.  
Write "/___ \ /_/|        /_/|" to the console.
Write "|   \ \| ||   ____ |_|/ _____" to the console.
Write "| |\ \|| ||  /___/| _  /____/\" to the console.
Write "| | | || || /    ||/_/||    \ \" to the console.
Write "| |/ / | ||/  /| ||| ||| |\  \/" to the console.
Write "| __/  | ||| | | ||| ||| | | ||" to the console.
Write "| ||   | ||\  \| ||| ||| | | ||" to the console.
Write "|_|/   |_|/ \____|/|_|/|_| |_|/" to the console.
Write " ______                  _   _           _" to the console.
Write "/_____/|                /_/|/_/|        /_/|" to the console.
Write "|  ___|/ _____     ____ | |||_|/ _______| ||__" to the console.
Write "| ||___ /____/\   /___/|| || _  /______/| /__/\" to the console.
Write "| |/__/||    \ \ /    ||| ||/_/|/  ___|/|    \ \" to the console.
Write "|  ___|/| |\  \//  /| ||| ||| ||| |___/\| |\  \/" to the console.
Write "| ||___ | | | ||| | | ||| ||| ||\____ \|| | | ||" to the console.
Write "| |/__/|| | | ||\  \| ||| ||| ||____|  || | | ||" to the console.
Write "|_____|/|_| |_|/ \__  |||_|/|_|/|_____/ |_| |_|/" to the console.
Write "                 ___| ||" to the console.
Write "                /___/ //" to the console.
Write "                |____//" to the console.
Write "Programmers" to the console.


  

You may also check:How to resolve the algorithm Constrained random points on a circle step by step in the gnuplot programming language
You may also check:How to resolve the algorithm Associative array/Creation step by step in the Babel programming language
You may also check:How to resolve the algorithm Rep-string step by step in the Mathematica/Wolfram Language programming language
You may also check:How to resolve the algorithm Jaro similarity step by step in the Crystal programming language
You may also check:How to resolve the algorithm Idiomatically determine all the lowercase and uppercase letters step by step in the COBOL programming language