int a = Integer.parseInt(string);
string str = String.valueOf(int);
double d = 5.0;
int i = (int)d;
int i = Integer.parseInt("" + c);