I know if I run a program, it will likely express one way or another: what it is expecting from each variable. But I would like to determine on my own when I read over each page of Android code etc. e.g:
- How could I determine what
size
orlength
an android program is expecting a string array to be? - Whether an
integer
ordouble
, is expected to be positive or negative?
etc.
Help in this regard would be much appreciated.