Search results

  1. I

    What is the acceptable error in any experiment !?

    I was wondering about the percent error should i get in experiment especially in heat transfer lab Thanks in advance
  2. I

    How to declare an array (php) like declaring an array in c++?

    Hi, I want to know whether PHP can do things like c++. In c++ we can declare an array, and then assign the value later on if we need it. eg: int test[10]; .... .... test[0] = 40; test[1] = 5; Can we do this in php? Because from most example I have seen, they declare the value inside array...
Back
Top