(SMS Language) Short Message Service (SMS) is a communications service that allows sending text messages of 160 or fewer
Posted: Sun Jul 03, 2022 12:00 pm
(SMS Language) Short Message Service (SMS) is a communicationsservice that allows sending text messages of 160 or fewercharacters between mobile phones. With the proliferation of mobilephone use worldwide, SMS is being used in many developing nationsfor political purposes (e.g., voicing opinions and opposition),reporting news about natural disasters, and so on. For example,check out comunica.org/radio2.0/archives/87. Because the length ofSMS messages is limited, SMS Language—abbreviations of common wordsand phrases in mobile text messages, e-mails, instant messages,etc.—is often used. For example, “in my opinion” is “IMO” in SMSLanguage. Research SMS Language online. Write a program that letsthe user enter a message using SMS Language, then translates itinto English (or your own language). Also provide a mechanism totranslate text written in English (or your own language) into SMSLanguage. One potential problem is that one SMS abbreviation couldexpand into a variety of phrases. For example, IMO (as used above)could also stand for “International Maritime Organization,” “inmemory of,” etc
Language: C++
Language: C++