-118=-5(4 + 7x)+7 code example
Example 1: 2+2=5
bool twoPlusTwoEqualsFive = true;
Example 2: 2+2=5
import java.lang.reflect.Field;
public class Main {
public static void main(String[] args) throws Exception {
Class cache = Integer.class.getDeclaredClasses()[0];
Field c = cache.getDeclaredField("cache");
c.setAccessible(true);
Integer[] array = (Integer[]) c.get(cache);
array[132] = array[133];
System.out.printf("%d",2 + 2);
}
}