User profile: snm010

User info
User name:snm010
History
Joined:
Number of posts:1
Latest posts:

c /c++ program to find area under a curve by monte carlo method
#include <iostream> #include <cstdlib> // for: rand(), srand(), and RAND_MAX #include <ctime> /...