document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include<iostream>
  2. #include<stdio.h>
  3.  
  4. char downer(char[13])
  5. {
  6.     cout<<"hello kaka";
  7. }
  8.  
  9. using namespace std;
  10.  
  11. int main()
  12. {
  13.     char ocean[13]; int boats,fiiden; float poden=11.29387,inden=12.989,atden=10.28172,arden=9.192772;
  14.     puts(" this program calculates the number of fish in any specified ocean ");
  15.     puts(" please enter the name of the ocean ");
  16.     cin>>ocean;
  17.     downer(ocean);
  18. }
');