1. Write a COMPLETE program that will find a minimum from an array with size of 6. The program should ask for input from the keyboard for all the elements. 2. Write a COMPLETE program that will fill a two dimensional array (3 by 3, for example, a [3][3]) by inputting from keyboard and then output it on the screen. The output format should be 3 lines and 3 numbers per line.