Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Excersice Counting frequency of alphabet occurences Purpose Write functions that

ID: 3554003 • Letter: E

Question

Excersice


Counting frequency of alphabet occurences


Purpose

Write functions that accept either a pointer to a C-string, or a string object, as its argument.


Description

Write a program that accepts user to enter a quote and count their alphabet frequency of appearence. The program should allow user to count only alphabet characters, i.e. to ignore all other characters. The upper and lower case of alphabet are treated as the same alphabet. The user may request to see the list of frequency of each alphabet's occurence within the quote; as well as the most frequently appeared alphabet per user request.

Implementation

The Lab 6 shall implement:

User Interface

=== Lab6 Test Menu ===

print - quote
new - quote
count - occurence
top - occurence
quit - this program
Enter your command: top

The command option shall use the word based, i,e, spell out the entire word.

Example Tests

Explanation / Answer

[ Words are printing CORRECT now ]