This code retrieves the c in the string


This code retrieves the "C" in the string "A$B$C$D" using StringTokenizer and outputs it:

StringTokenizer st = new StringTokenizer( "A$B$C$D", "$" );
String s = ""l
// your code goes here

System.out.println( s );

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: This code retrieves the c in the string
Reference No:- TGS0127980

Expected delivery within 24 Hours