Computer Science, asked by Mathmesh4158, 1 year ago

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

Answers

Answered by Akash2409
0

Answer:

Html

Explanation:

Similar questions