KnowledgeBoat Logo
|

Computer Science

Perform the following:

Assign the value "TEST" to a variable with the requisite data type.

Values & Data Types Java

5 Likes

Answer

String str = "TEST";

Answered By

2 Likes


Related Questions