about file opera
Hello everybody
I have a file
File have five line , writer a program ask you delete line ,
you input 3 , thrid line is deleted.
example:
/**********************FILE*********************/
hello world
Hello everybody
Welcome to China
Chian is greate
I LOVE CHINA
program:Please enter delete line?
answer:3
/*********************FILE RESULT******************/
hello world
Hello everybody
China is greate
I LOVE CHINA
thank you!!
|