What is the result?

Given:

What is the result?

A. Option A
B. Option B
C. Option C
D. Option D

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “What is the result?

  1. D
    public static void main(String[] args) {
    System.out.println(“5+2 = ” + 3 + 4);
    System.out.println(“5+2 = “+ (3 + 4));
    }

    result :
    5+2 = 34
    5+2 = 7

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.