Write Character Counting Program Allows Input 132 Characters Use 1 Buffer Named Inbuf Hold Q37062060

Write a character counting program that allows the input of upto 132 characters.

Use 1 buffer named InBuf to hold the text inputted by the user.Use another buffer named Count to hold the character count. Use aconstant MAX of 132 for the size of the input buffer.

This will be a mixed mode C++ and Assembly program. You will notbe using the Irvine Library.

A .h file is required.

Your program will have a menu that will look like this

(I)nput your text

(C)ount the characters

(D)isplay

You will have a C++ function named InputData to input theoriginal text to count.

You will use assembly code in a C++

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.