Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~78 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for amjed9999

Write a C++ program that reads characters from a text file. The program changes each letter by the next letter in the Alphabet. For example, the lower-case letter ‘a’ is changed ‘b’; ‘b’to ‘c’; ……. , and ‘z’ to ‘a’. Similarly, for upper-case letters, ‘A’ is changed to ‘B’, ‘B’ …

Member Avatar for ddanbe
0
78