Advertisement
Guest User

Untitled

a guest
May 29th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. int fin=i;
  2. while (fin<str.length() && (str.charAt(fin) != ' ' )&& (str.charAt(fin) != '<' ) ){fin++;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement