Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

How would one run this method?

$
0
0

             int X(int number) {

                return 5 + number;

             }

       What value is returned by the call

                X(y*4)

        if y has the value 3?

How would I enter this in Visual 2010 C# express?


Viewing all articles
Browse latest Browse all 31927