Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can someone help me with a C++ code: The CIA has contracted your services to write a program to decode the numeric messages they have

Can someone help me with a C++ code:

The CIA has contracted your services to write a program to decode the numeric messages they have intercepted. They have noticed that each message consists of a list of integers ending with a -100. The CIA have also determined that the integer 50 corresponds to the blank space character and integers 0 through 39 are valid integers. The characters that integers 0 through 39 correspond to are given in the starter code through an array. Any integer, positive or negative, other than -100, 50 and 0 through 39 in the message can be ignored.

Your program will be run once for each message to be decoded. First, print out the contents of the array. Then read in the intercepted message, decode it and output the decoded message.

For example, if the sample input to your program is:

1 11 50 33 37 31 -8 11 50 30 29 8 50 0 29 50 38 29 46 37 31 50 9 29 28 11 39 29 31 21 25 -100

your programs output should be:

be sure to. do your homework!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

More Books

Students also viewed these Databases questions