Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"for (int i = 0; i < input_row.Name.length(); i++)
{
if ((input_row.Name.length - 1).indexOf("?")
{
System.out.println(input_row.Name)
output_row.name=input_row.name;
}else{
output_row.name="";
}
}