public class DeletedLines { public void run() { int a = 1; int b = 2; int c = 3; int d = 4; int e = 5; } }