Package com.example

Class SampleClassWithVariableComputation


  • public class SampleClassWithVariableComputation
    extends java.lang.Object
    This is a sample class that can be processed.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getAnswer​(int f1, int f2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SampleClassWithVariableComputation

        public SampleClassWithVariableComputation()
    • Method Detail

      • getAnswer

        public static int getAnswer​(int f1,
                                    int f2)