package tgt; public class SimpleClass006 { public int toInt(String s) { return Integer.parseInt(s); } }