xxxxxxxxxx
int a = 1;
int b = 2;
int c = 3;
int d = 4;
int e = 5;
int f = 6;
int g = 7;
float h = 4.54;
String A = "It is believed that the Earth is";
String B = "billion years old,";
String C = "and it was originated from the Solar Nebula scientifically.";
String D = "The Chrisitans though, believe that";
String E = "the God created the world within";
String F = "days.";
String G = "According to the bible,";
String H = "he created";
String I = "at day";
String J = "the day and the night";
String K = "the sky and the sea";
String L = "the land and the vagitation";
String M = "stars, the Sun and the Moon";
String N = "sea creations including fish and birds";
String O = "and finally animals and mankind";
String P = "Then he rested for the last day.";
String x = ",";
String y = ".";
println (A , h , B , C);
println (D , E , g , F);
println (G , H , J , I , a , x , K , I , b , x , L , I , c , x , M , I , d , x , N , I , e , x , O , I , f , y);
println (P);