Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~567 People Reached
Favorite Tags
Member Avatar for havoc433

Its a simple example but I need to use structs to dynamically create radio buttons using the data stored in the ArrayList. This is the code from the java file. public void reset(ActionMapping mapping, HttpServletRequest request) { setGender(null); setGenderList(null); ArrayList gList = new ArrayList(); gList.add(new LabelValueBean("Male", "Male")); gList.add(new LabelValueBean("Female", "Female")); …

Member Avatar for havoc433
0
123
Member Avatar for havoc433
Member Avatar for havoc433
0
162
Member Avatar for havoc433

Hi I'm using the Pascal language and I need help with the following problem. You need to find the most common word read in by a user of arbitrary length and then display the amount of times its found in the input. I placed all the words into a linked …

Member Avatar for FlamingClaw
-1
282