Computer Science, asked by Anonymous, 1 year ago

How to solve question 9?

Help me guys



Computer icse 10

Attachments:

Answers

Answered by Shaikabdulrehman7788
0

Worst questiondnnfjdjfhhrhrurururhhrhrbrndndnrndhrhrhhrbbrbrbrbdbbdbfb

Answered by ashithamuthamma14
0

Answer:

n =91

Explanation:

char c='A';

short m =26;

int n = c+m;

System.out.println(n);

answer : ASCII value of A= 65

   n= 65+26

    n= 91

   

Similar questions