how is the flow of execution directed in the code below.(how does 'i' get updated(or incremented)?
while((i=fr.read())!=-1)
{ System.out.print((char)i);
}
- See more at: http://tutorialspointexamples.com/filereader-and-filewriter-in-java/#sthash.QxSyiKRe.dpuf