The assignment

Report a typo

Here is a snippet of code with several variables:

int a = 100;
int b = a;

String c = new String("abc");
String d = c;

Select all correct statements.

Select one or more options from the list
___

Create a free account to access the full topic