xxxxxxxxxx
int a = 2;
int b = 45;
String H = ",";
String I = ".";
String A = "Last month, I visited Disney World with";
String B = "my family";
String C = "We travelled for";
String D = "hours and";
String E = "mins by";
String F = "train";
String G = "When we finally got there";
String J = "it was very";
String K = "beautiful";
String L = "There were people dressed up in";
String W = "disney character costumes";
String V = "everywhere";
String M = "We went on";
int e = 10;
String N = "rides";
String O = "and my favorite one was called Magic";
String P = "Land";
String Q = "We returned home at night";
String R = "around";
int d = 10;
String S = "o";
String T = "'";
String U = "clock";
println (A, B, I);
println (C, a, D, b, E, F, I);
println (G, H, J, K, I);
println (L, W, V, I);
println (M, e, N, O, P, I);
println (Q, R, d, S, T, U, I);