void int confusion
The following is compulsory in C#
[public] [ static ] [void/ int ] Main(){ ......} // inside the first class declaration.
In page 26 (not sure ?) it is given that the return type must be either
void of int
------ any logical reasoning for this kind of programmatic rule.
regards
amigo1
|