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
Perform the following:
Assign the value "TEST" to a variable with the requisite data type.
5 Likes
String str = "TEST";
Answered By
2 Likes