msketchy msketchy 17-12-2017 Computers and Technology contestada What is output by the following code? String q = "adjective"; String r = "stinky"; System.out.println( q.charAt( r.indexOf ('t'))); 1. 1 2. 2 3. Index out of bounds exception 4. a 5. d