Problem
1. Write a program to generate a table of powers of integers. For each integer compute its powers from 1 to 6. Print the powers of integers from 2 to 10.
2. Write a function that can convert all uppercase letters in a string to lowercase. The starting address of the string is passed to this function.