public class StringToIntConversion1{
public static void main(String args[]){
String s = "200";
int i = Integer.valueOf(s);
System.out.println(i);
}
}
// function to validate the entry made by user in user form function validateEntry (){ // declare a variable and referernece of active goog...