Click here to Skip to main content
15,921,990 members

Comments by Member 15213574 (Top 3 by date)

Member 15213574 24-May-21 12:10pm View    


 <title>New Document



  
  
   
  Calculate



<pre>
calcMethod();

?>
num1 = $num1;
    $this->num2 = $num2;
 
  }
  public function calcMethod(){
  
    $result = $this->num1 + $this->num2;
    echo $result;
  }

  }
?>
Member 15213574 24-May-21 12:03pm View    
Deleted
please see my php code i got value 0 but i need addition
Member 15213574 24-May-21 11:42am View    
please watch my PHP code It's not Correct . I Need Addition Value on this Way