I have the following example code:
int pay = 80; int bonus = 65; System.out.println(pay + bonus + \" \" + bonus + pay);
could someone please ex
first is plus operator and last is concat operator
plus operator
concat operator