please me.I have problem programing c++, anyone can help me..please check content

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!

How much of your homework have you already attempted?
How much of your homework have you already attempted?
heh...my above post got reported. My question still stands, though...how much of your homework have you attempted?
icen wrote:
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!
True...someone did that to me earlier.
im sory..me wrong click reported,,,i'm try homework but difficult my homework,,please help me
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.
It looks like a language problem, not a programming problem. :/ Icen, which language is your first language?
Topic archived. No new replies allowed.