int age = 13;
String message = 'PG' + age;
- PG13
- PG 13
- PG age
- PGage
int age = 13;
String message = 'PG' + age;
String greetings = 'Hello';
char letter = greetings.charAt (0);
double a, b;
if (a == 0)
if (b! = 0) System.out.println ('Suspicious Phuong Trinh');
else System.out.println ('Phuong Trinh is suspicious');
else System.out.println (-b / a);
double a, b;
if (a == 0)
if (b! = 0) System.out.println ('Suspicious Phuong Trinh');
else System.out.println ('Phuong Trinh is suspicious');
else System.out.println (-b / a);
double a, b;
if (a == 0)
if (b! = 0) System.out.println ('Suspicious Phuong Trinh');
else System.out.println ('Phuong Trinh is suspicious');
else System.out.println (-b / a);