Computer Science, asked by prathmesh8936, 9 months ago

char ch='a'
int V=(ch=='A')?ch:'A'
System.out.print(V)

find the value of V​

Answers

Answered by utkarsh9264
0

Answer:

65

Explanation:

the ascii code of 'A' will be the answer i.e 65

Similar questions