1. Write a program, which creates an array containing all Latin letters. The user inputs a word from the console and as result the program prints to the console the indices of the letters from the word.
2. Write a program, which uses a binary search in a sorted array of integer numbers to find a certain element.