public class App { public static void main(String[] args) throws Exception { Rhombus rhombus = new Rhombus(); rhombus.calcPerimeter(); } }