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.