i have two java program. lets call them javaA and javaB both are .java files. how do i import javaA into javaB.
ps
incase some people start saying i dont understand. for the sake of this lets say javaA just take the input and doubles and returns the value. now how can i use javaA in javaB
