design an algorithm that keeps on reading numbers until the user enters-1and them determines and out puts the largest number .using pseudo codeand flow chart
start- (using start process)
enter number-(using input process)
number not equal to -1 (using decision)
if yes back to enter number
if no end(using End)