1.Make a program to produce output like below!
Input text: AB C
output:
*
A
*
*A*B*A*
*
C
*
2.Make a program to produce output like below!
Input text: Mikroskil
Output: M = 1, i = 2, r = 1, o = 1, s = 1, k = 2, l = 1 Note: Lowercase and uppercase letters are distinguished! Spaces are still counted!
3.Make a program to produce output like below!
Input teks: Mikroskil
Output: MikroskiL
i i
k k
r s
o o
s r
k k
i i
LiksorkiM
Note: Notice the edges, there is a BIG letters on every corner!
1.Make a program to produce output like below!
Input text: AB C
output:
*
A
*
*A*B*A*
*
C
*
2.Make a program to produce output like below!
Input text: Mikroskil
Output: M = 1, i = 2, r = 1, o = 1, s = 1, k = 2, l = 1 Note: Lowercase and uppercase letters are distinguished! Spaces are still counted!
3.Make a program to produce output like below!
Input teks: Mikroskil
Output: MikroskiL
i i
k k
r s
o o
s r
k k
i i
LiksorkiM
Note: Notice the edges, there is a BIG letters on every corner!
Always quote homework questions. That way, they can't go back and delete them forever!
icen, have you even made a pass at this problem? It's a very simple program, and if you read through the documentation section of this website (http://www.cplusplus.com/doc/tutorial/) you should find at least enough to start trying to postulate an intelligent question.