This document contains 5 shell script examples:
1. A script that performs basic mathematical operations like addition, subtraction, multiplication, and division on two numbers.
2. A script that swaps the values of two numbers using a temporary variable.
3. A script that swaps two numbers without using a temporary variable.
4. A script that determines whether a given number is even or odd.
5. An assignment to write a script that calculates percentage from marks of 5 subjects and assigns a grade based on percentage ranges.