Problem2199--Read text and process

2199: Read text and process

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

1.Write a C++ program fragment that will read a line of text and echo the line with all uppercase letters deleted. Declare variables and include necessary header. 2.Write a short C++ code fragment that reads a line of text and echo the line with all uppercase letters replaced by asterisks.

Source/Category

40