The solution to the task is impossible
how to bring 382
Dammn Suggest.
package com.codegym.task.task03.task0306;
/*
Parenthetical brainteaser
*/
public class Solution {
public static void main(String[] args) {
System.out.println((2 * 3 + 4) * (5 + 6) * 7);
}
}