Tutorial 01-02-2013 Exercises
Tutorial 01-02-2013 Exercises
1.
2.
3.
4.
5.
10. Write
a
generic
method
to
swap
of
two
different
elements
in
an
array.
The
array
may
hold
any
type
of
elements.
Create
also
a
sample
main
method
to
call
your
method.