How do you read values from a file you created, to print it in an array to create a frequency?
Robin_Dragon 0 Newbie Poster
Recommended Answers
Jump to Post>How do you read values from a file you created
Open it and read it? How is that not working for you?
Jump to Post>Let me rephrase the question...
I understood your question perfectly the first time. Let's try something different, why don't you post your attempt at the problem so that I know how much hand holding you need.
Jump to Post>what do you mean by frequency?
He wants to read the file and get a count of each character. That's the frequency, then he wants to display a histogram of that frequency. For example, if there are 5 a's in the file, 2 b's, 1 c, and 4 d's, the …
All 9 Replies
Narue 5,707 Bad Cop Team Colleague
Robin_Dragon 0 Newbie Poster
Narue 5,707 Bad Cop Team Colleague
iamthwee commented: I don't think Mr.Narue would approve of the hand holding. -2
Robin_Dragon 0 Newbie Poster

iamthwee
Robin_Dragon 0 Newbie Poster

iamthwee
Narue 5,707 Bad Cop Team Colleague
Robin_Dragon 0 Newbie 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.