Lecture overview -- Keyboard shortcut: 'u'  Previous page: Parameters -- Keyboard shortcut: 'p'  Next page: Passing references as value parameters -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Data Access, Properties, and Methods - slide 21 : 29

Value Parameters
Value parameters are used for input to methods
bank-account-1.cs
Methods with value parameters in class BankAccount.

Assignments to a formal value parameter do not affect the corresponding actual parameter