pls help to under stand the java program
jocelyn.eyog 0 Newbie Poster
Recommended Answers
Jump to Postnothing but very simple basic stuff: a for loop, an if statement, ...
write it down in subparts in pseudo code, for instance:
- read a String
- for n = 0 ; n < input.size
get nth letter
count # times letter occurs
print n
for l = 0; l < …
Jump to Postby writing the code.
it's already been divided in subtasks, so do them one at the time.for your question: what are subparts - a word is a subpart of a sentence.
a method is a subpart of a class, a class is a subpart of an application.
All 7 Replies
jalpesh_007 -3 Newbie Poster
jocelyn.eyog 0 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
jocelyn.eyog 0 Newbie Poster
jocelyn.eyog 0 Newbie Poster
jocelyn.eyog 0 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.