- What Does The Following Code Display String Str Antelope Country String Mystery For Int I 0 I Str Leng 1 (75.81 KiB) Viewed 7 times
What does the following code display? String str = "Antelope Country"; String mystery = ""; for (int i = 0; i < str.leng
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
What does the following code display? String str = "Antelope Country"; String mystery = ""; for (int i = 0; i < str.leng
What does the following code display? String str = "Antelope Country"; String mystery = ""; for (int i = 0; i < str.length(); i++) mystery str.charAt(i) + mystery; = System.out.println(mystery); Select one A. Antelope Country OB. yrtnuoc epoletnA OC. epoletnA yrtnuoc OD. Nothing, this is an error