Advertisement
Guest User

new

a guest
Dec 14th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. #inlcude < iostream >
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6.     int x, z, formula;
  7.    
  8.         cout<< " Enter [1] for Sample Formula and [2] for Population Formula: \n";
  9.     cin >> formula;
  10.    
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement