Hi all ,

I have written a program where I am inputting number of values from the user . This process i have added in a loop , but the problem is that whenever my first iteration is over and the 2nd iteration starts the previous value which i have taken in from the screen sttill remains there and dos'nt vanishes after i have press enter key
and then for the next value I enters It overrights the contents .

In doing all this the functionality of the problem is not affected only the look and feel looks a bit annoying .
-----------------------------------------------------------------------------------

output form the screen

-----------------------------------------------------------------------------------

Specify the X position : 0

Specify the X position : 1

__________________________________________________ __

Now for the next iteration this 0 and 1 for X and Y position is still seen and does'nt dissappear

Pls help

regards
Anil