Table of Contents
Assignment
- Write a script that performs basic arithmetic operations in UDF.
- Write a script that generates a random number between 1 and 100 and displays it in UDF.
- Write a script that shows local and global variables.
- Write a script that shows conditional operators.
- Write a script that shows “Day of the Week” using switch case. The daynumber should be asked from the user and according to the number its shows the Day of the week.
- Write a script that shows “Multiplication table”. For example: 5 X 1 = 5. Number should be asked from the user.
- Write a script that creates an array of 5 Search Engines. Show an entire array using for loop.
- Write a script that adds element(s) at beginning and end of the above array.
- Write a script that removes element(s) from beginning and end of the above array.
- Write a script that shows any 5 string methods.
- Write a script that shows all the date methods.