I am given this code
public class Solution {
    public static void main(String[] args) {
        System.out.println((2 * 3) + 4 * 5 + (6 * 7));
    }
}
and I have to make it 382. Can Someone help me??