10 Gallons in a Cowboy Hat
10 Perfect Score in a Gymnastics Event
20 10 in B T the L are G B
dirty harry's gun is a 44magnum
4 g in a cc is a ditloid, a type of word puzzle, each letter in the ditloid is the beginning of a word , you have the work it out, in this case the answer is Four Ghosts in a Christmas Carol.
9 Months in a Human's Gestation Period
"Ten Green Bottles Hanging on the Wall" (lyrics of a children's song; other versions have the bottles "sitting" or "standing").
4 Ghosts in a Christmas Carol (Charles Dickens)
"Fourteen is the Maximum Number of Clubs Allowed for a Golfer" (to be used in a single round, that is).
/*Input: Enter the String: AHFJFJ * Enter the gap : 2 *Output: CJHLHL */ import java.io.*; class Crypt { protected static void main()throws IOException { BufferedReader in=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter the String: "); String s=in.readLine(),s1=""; System.out.print("Enter the Gap: "); short g=Short.parseShort(in.readLine()); for(short i=0;i<s.length();i++) { char ch=s.charAt(i); if(Character.isUpperCase(ch)) { ch+=g; if(ch>'Z') ch-=26; else if(ch<'A') ch+=26; s1+=ch; } else if(Character.isLowerCase(ch)) { ch+=g; if(ch<'a') ch+=26; else if(ch>'z') ch-=26; s1+=ch; } else if(Character.isDigit(ch)) { ch+=g; if(j>'9') j-=10; else if(j<'0') j+=10; s1+=ch; } else s1+=ch; } System.out.print("String: "+s1); }}
Four roads to Glenamaddy
The ditloid "100 equals Z in a G" stands for "100 Zulu (or Z) in a Grade." It refers to the fact that there are 100 Zulu (or Z) in a Grade, which commonly refers to temperature scales, specifically in reference to the Fahrenheit scale where 100 degrees is a notable temperature.
Fifth-Generation Language