Recent content by dilkushan

  1. D

    Hot...Hot...Hot... Newdale Teacher

    ambo kari gedi dekaa nee
  2. D

    Watch Movies Online/Download [Daily Update] // Free Online Streaming //

    pattaaa machannnnn...............................
  3. D

    Free Rapidshare Premium Account Access for you

    machan mata ekak onaaa plsssss
  4. D

    Windows Vista Black Edition 2009 SP1[original]

    is this works in 64 bit com
  5. D

    RAPIDSHARE PREMIUM ACCOUNT

    need a free RAPIDSHARE PREMIUM ACCOUNT:shocked: :shocked: :shocked: :shocked:
  6. D

    C++ help

    how do i do the qution
  7. D

    C++ help

    need ans 4 this question can anybody help me writ a programm to send 10 random numbers to the screen use the rand(): command which is the <cstdlib>
  8. D

    C++ help

    thankz bro...................
  9. D

    C++ help

    is this the way to find the average
  10. D

    C++ help

    #include <iostream> using namespace std; int main(){ int sum,average; int array[10]; for (int x=0;x<10;x++) {cin>> array[x]; sum=sum + array[x]; cin.ignore(); } average =sum/10 ; cout<<"the average is :"<<average<<endl;for ( int sum, sum<10,sum++) cin.get();
  11. D

    C++ help

    thanks guys i got it thank u very much jayawewa!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  12. D

    C++ help

    #include<iostream> using namespace std; int min() { int a,b,sum; cin>>a; cin>>b; sum=a+b; cin>>sum cout<<" Total:"<<sum<<"\n"; cin.get(); }
  13. D

    C++ help

    #include<iostream> using namespace std; int min() { int a,b,sum; cin>>a; cin>>b; sum=a+sa; cin>>sum cout<<" Total:"<<sum<<"\n"; cin.get(); }
  14. D

    C++ help

    k i need to add two numbers so how can i do it with C++
  15. D

    C++ help

    #include<iostream> using namespace std; int main() { int sum,sum1,sum2; sum=sum1+sum2; cin>>sum cout<<" sum:"<<sum<<"\n"; cin.get(); } still not working