Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Search:

Type: Posts; User: Ihsan

Search: Search took 0.05 seconds.

  1. 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. 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] =...
Results 1 to 2 of 2