i] User Defined Functions 1:
- Works As A Calculator For Two Numbers.
- Calculates Addition, Subtraction, Multiplication, Division for list of numbers.
- Calculates Distance, Speed and Time.
ii] User Defined Functions 2:
- Returns First 100 Prime Numbers.
- Reverse The Digits Of A Number And Return Its Squareroot.
- Creates A Small Database Of Numbers. Identify Prime, Odd, Even Numbers And Sum Of Even Numbers.
- Sorts An Array Using Only One While Loop.
iii] User Defined Functions 3:
- This Function Creates Your Resume
- This Function Multiplies Two Number With A Single Input.
iv] User Defined Functions 4:
- Creates an upper triangle of stars(*).
- Creates a pyramid of stars(*).
- Identify the given sentence is a question or a general statement.
v] User Defined Functions 5:
- Creates an array. Takes input number from user. Finds it in array. Gives its location. Gives its count. Replaces the number with its squareroot.
- Takes two 2-dimentional arrays and merges them with increasing order of numbers.
vi] Table Maker:
This function takes attribute names and number of unique values in each attribute from user. Then returns a table showing possible combinations of each variable. This table is very usefull for Data Simulation.