public class Modify { public void run() { int a = 1; int b = 3; int c = 4; int f = 5; int d = 6; } }