How do u use to make a 8 row columns to read ur initials with your letter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do u use to make a 8 row columns to read ur initials with your letter

#include <iostream>; using namespace std; int main () { cout 《 "M M M M" not sure what to do after , what am i doing wrong

17th Jan 2017, 9:44 AM
Mr Jay
Mr Jay - avatar
1 Answer
+ 1
You'll need to define a pattern template for each letter. Then for each letter in name iterate through the first row of each necessary template. At the end of the name start over for the next row until all rows have been exhausted. Think like a typewriter.
21st Jan 2017, 5:33 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar