public class Recitation06 { static public void main(String[] args) { int[] intArray = { 3, 9, 2, 89, 6, 34, 21, 67, 15, 12, 98, 43, 18, 77, 20}; //find the minimum in intArray String str = "This is a string"; //reverse the string //compute N! mod M } }