View Single Post
  #1 (permalink)  
Old October 16th, 2004, 09:00 PM
ruchong ruchong is offline
Registered User
 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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!!


Reply With Quote