fork download
  1. /**
  2.  * @author Damien
  3.  */
  4. //TestClass
  5. public class testClass extends parentClass{
  6. public int polynomial;
  7. public testClass(int a , int b , double c){
  8. this.polynomial = a;
  9. this.quantity = b;
  10. this.price = c;
  11. }
  12.  
  13.  
  14. }
  15.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty