package blackstart; public class testing { public static void main(String[] args) { testCalc calc = new testCalc(30,30,30,30,1,-1, -5 , 1,-1 ,-1); calc.calc(); } }