Computer Science, asked by Sushmaharini14, 10 months ago

java code for this

Rohan wants a magic board, which displays a character for a corresponding number for his science exhibition. Help him to develop such application.

For example when the digits 65,66,67,68 are entered, the alphabet ABCD are to be displayed.

[Assume the number of inputs should be always 4 ]

Sample Input 1:
Enter the digits:
65
66
67
68

Sample Output 1:
65-A
66-B
67-C
68-D



Sample Input 2:
Enter the digits:
115
116
101
112


Sample Output 2:

115-s
116-t
101-e
112-p

Answers

Answered by dehuryomm
1

Answer:

I don't know the answer but I will help you next time

Similar questions