Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, I need to solve a character puzzle on c. I need to convert the character array: abcdefghijk to ABENTEUEROnullnullnull For example the first 2

Hello, I need to solve a character puzzle on c.

I need to convert the character array:

"abcdefghijk"

to

"ABENTEUEROnullnullnull"

For example the first 2 characters would be done like this:

chararray[0] - ' ' ; would convert a -> A

chararray[1] - ' '; would convert b -> B

So far i can see that the 'c' would be:

chararray[2] - 'RS'; (record seperator) but does not work...

Help would be appreacited, thanks! ALSO, it must be done by taking a value (- minus)!

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

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

More Books

Students also viewed these Databases questions

Question

Explain in detail how the Mughal Empire was established in India

Answered: 1 week ago

Question

Problem: Evaluate the integral: I - -[ze dx

Answered: 1 week ago

Question

Problem: Evaluate the integral: I = 1- 1 dx 9

Answered: 1 week ago

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago