What would be the output of the program code shown


What would be the output of the program code shown below? 
int a = 7, b = 7;
boolean done = true;
if (done && (a==b) || !(a>b))
System.out.println("Sum of a + b: " + (a+b));
else
System.out.println("Product of a + b: " + (a*b));

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: What would be the output of the program code shown
Reference No:- TGS0135248

Expected delivery within 24 Hours