Engineering Full Stack Apps with Java and JavaScript
Drag and Drop valid operators in boxes.
= operator can be used more than once.
= += *=
public class TestClass
{
public static void main(String[] args)
{
Short k = 9;
Integer I =9;
Boolean b = false;
char c = ‘a’;
String str = “123”;