firstInt
middleInt
lastInt
Assign the following values to the integers:
Then display the values and pass them to a method named Reverse that accepts them as reference variables, places the first value in the lastIntvariable, and places the last value in the firstInt variable.
Reverse
In the Main() method, display the three variables again, demonstrating that their positions have been reversed. I have this: