public class variables1
{
public static void main(String[] args)
{
int i;
String sentence;
double a, b;
}
}