Computer Science, asked by mariyamkerketta1234g, 10 hours ago

d. State the values of n and ch.
char c = 'R';
int n= c + 1;
char ch = (char) n;​

Answers

Answered by nehakumari80
1

Answer:

State the values of n and ch.

char c = 'R';

int n= c + 1;

char ch = (char) n;

Answered by tchatterjee211
2

Answer:

int n=8+1

Explanation:

MARK ME BRILLIANT!!!!!

Similar questions