Help for this page

Select Code to Download


  1. or download this
     
    student:
              name:  
    ...
                - get: <system_command_to_get_student_name>
                - set: <system_command_to_set_student_name> 
    ....
    
  2. or download this
     
    employee:
              SSN:  
    ...
                - get: <system_command_to_get_pay>
                - set: <system_command_to_set_pay> 
    ....