In Java, Why am I getting this error:
Error: The constructor WeightIn() is undefined
Java Code:
public class WeightIn{ pr
Add this to your class:
public WeightIn(){ }