Computer Science, asked by upharpal, 1 month ago

Declare a String variable T and initialize it with the word “COMPUTER” in java​

Answers

Answered by TheDoubthelper
0

Answer:

(/^-^(^ ^*)/

Explanation:

Class st

{

String T;

void main()

{

T="COMPUTER";

}

}

Similar questions