Toni mut input the data into the file for all of her CD. A procedure, InputData, i needed to do thi. Toni deign the procedure and chooe the following identifier:
Identifier Data type
CDTitle STRING
CDArtit STRING
CDLocation STRING
The procedure repeatedly perform the following tep:
• input a CD title (A rogue value of "##" i to be ued to end the input)
• input the artit
• input the location
• create the text line
• write the text line to the file
When the rogue value i encountered the file i cloed
Write a program