Computer Science, asked by bhanutej773, 5 months ago

write a program to input a string and print each character of the string along with ASCII codes of each in two columns

Answers

Answered by sonu368282
0

Answer:

I didn't understand.

Explanation:

i can tell you about c, c++, java, html and css

Answered by brarkamal263
3

Answer:

import java.util.*;

class program_2

{

public static void main (string args [] )

{

char d [ ] = ( 'C' , 'O', 'M', 'P','U','T','E'};

string St = new string (d);

system.out.println ( " string stored in st : "+St+);

}

}

Explanation:

mark it brainlist ans please

Similar questions