Sj Yard

Greenhorn
+ Follow
since Oct 09, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sj Yard

An app is being developed.
What is the best approach to proceed before starting?

Method 1:
- flow chart
- have all Layouts designed
- code all .java files
- link them all in manifest


Method 2:
- flow chart
- have all layouts designed
- code one .java and link it in manifest and then move on to coding the next .java


Method 3:
- flow chart
- first layout designed -> .java coded -> link in manifest
- second layout designed -> .java coded -> link in manifest
- repeat

Please advice which is the best approach.
11 years ago
got it!


Sorry for troubles.
11 years ago
Given a non-empty string and an int n, return a new string where the char at index n has been removed. The value of n will be a valid index of a char in the original string

solution:

[Added code tags - see UseCodeTags for more details]

I need help converting String str into an Array so I can eliminate a letter from the array at the desired index.
Please.
11 years ago