package object_in; public class TestSubtract { int f; void subtract() { f = f - 12; } } }