today:
111
yesterday:
139
Total:
993,448

Geography

admin 2017.07.03 18:35 Views : 197

 extends AppCompatActivity {

ListView listView07;
private AdView mAdView;
Button buttonHome;

public void init() {
buttonHome = (Button) findViewById(R.id.buttonHome);
buttonHome.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent intent_home = new Intent(Geography.this, HomeMenuActivity.class);
startActivity(intent_home);
}
});
}

String[] englishQuestion07 = {"88. Name one of the two longest rivers in the United States. ",
"89. What ocean is on the West Coast of the United States? ",
"90. What ocean is on the East Coast of the United States? ",
"91. Name one U.S. territory. ",
"92. Name one state that borders Canada. ",
"93. Name one state that borders Mexico. ",
"94. What is the capital of the United States?* ",
"95. Where is the Statue of Liberty?* "
};
String[] koreanQuestion07 = {"88. 미국에 있는 길이가 가장 긴 강 두 개 중 하나의 이름을 말하라. ",
"89. 미국 서부 연안에 있는 바다는 무엇인가? ",
"90. 미국 동부 연안에 있는 바다는 무엇인가? ",
"91. 미국령에 속하는 것 하나를 말하라. ",
"92. 캐나다와 접경하고 있는 주 중 하나의 이름을 말하라. ",
"93. 멕시코와 접경하고 있는 주 중 하나의 이름을 말하라. ",
"94. 미국의 수도는 어디인가?* ",
"95. 자유의 여신상은 어디에 있는가?* " };
String[] englishAnswer07 = {"▪ Missouri (River) ▪ Mississippi (River) ",
"▪ Pacific (Ocean) ",
"▪ Atlantic (Ocean) ",
"▪ Puerto Rico ▪ U.S. Virgin Islands ▪ American Samoa ▪ Northern Mariana Islands ▪ Guam ",
"▪ Maine ▪ New Hampshire ▪ Vermont ▪ New York ▪ Pennsylvania ▪ Ohio ▪ Michigan ▪ Minnesota ▪ North Dakota ▪ Montana ▪ Idaho ▪ Washington ▪ Alaska ",
"▪ California ▪ Arizona ▪ New Mexico ▪ Texas ",
"▪ Washington, D.C.",
"▪ New York (Harbor) ▪ Liberty Island [Also acceptable are New Jersey, near New York City, and on the Hudson (River).] " };

String[] koreanAnswer07 = {"▪ 미조리 강 ▪ 미시시피 강 ",
"▪ 태평양 ",
"▪ 대서양 ",
"▪ 푸에르토리코 ▪ 미국령 버진 아일랜드 ▪ 미국령 사모아 ▪ 북마라이나 제도 ▪ 괌 ",
"▪ 메인 ▪ 뉴햄프셔 ▪ 버몬트 ▪ 뉴욕 ▪ 펜실베이니아 ▪ 오하이오 ▪ 미시간 ▪ 미네소타 ▪ 노스 다코타 ▪ 몬타나 ▪ 아이다호 ▪ 워싱턴 ▪ 앨라스카 ",
"▪ 캘리포니아 ▪ 아리조나 ▪ 뉴멕시코 ▪ 텍사스 ",
"▪ 워싱턴 디씨 ",
"▪ 뉴욕항 ▪ 리버티 섬 [뉴저지, 뉴욕시 근처, 허드슨 강이라는 답도 가능하다]" };

String[] position77 = { "88", "89", "90", "91", "92", "93", "94","95" };
No. Subject Author Date Views
48 Website icon admin 2017.09.16 887
47 Android Application Development admin 2017.07.28 827
46 Load an ad admin 2017.07.21 951
45 Add AdView to the layout admin 2017.07.21 1534
44 Import the Mobile Ads SDK admin 2017.07.21 993
43 AdMob - Import the Mobile Ads SDK admin 2017.07.21 186
42 Image Center admin 2017.07.21 213
41 US1800s admin 2017.07.03 203
40 Symbols And Holidays admin 2017.07.03 202
39 Rights And Responsibilities admin 2017.07.03 184
38 Recent American History admin 2017.07.03 204
» Geography admin 2017.07.03 197
36 Colonial Period And Independence admin 2017.07.03 200
35 System of Government admin 2017.07.03 207
34 Principles of American Democracy admin 2017.07.02 179
33 package com.solatoz.joseph.uscitizenshiptest; admin 2017.07.01 213
32 Contact Layout admin 2017.06.06 326
31 map api admin 2017.06.04 1262
30 Manifest admin 2017.06.04 235
29 Custom Swipe admin 2017.06.04 206