google.com, pub-4617457846989927, DIRECT, f08c47fec0942fa0 Learn to enjoy every minute of your life.Only I can change my life.: Program in C++ to count heart beats of a person by its age from born

Monday, March 3, 2014

Program in C++ to count heart beats of a person by its age from born

# include <iostream.h>
int main()
{
int age,heartbeats;
cout<<"Enter Age: ";
cin>>age;
cout<<"Enter Number of Heartbeats per min: ";
cin>>heartbeats;

heartbeats = heartbeats * 60; //heartbeats per hour

heartbeats = heartbeats * 24; //heartbeats per day

heartbeats = heartbeats * 365; //heartbeats per year

cout<<"Your Heart has beat "<<heartbeats * age<<" times since you were born."<<endl;

return 0;
}

-----------------------OUTPUT---------------------
 Enter Age: 26
 Enter Number of Heartbeats per min: 70
 Your Heart has beat  956592000  times since you were born.

No comments:

Post a Comment

रामायण

रामायण दशरथ की तीन पत्नियाँ – कौशल्या, सुमित्रा , कैकेयी दशरथ के चार पुत्र – राम,लक्ष्मण,भरत,शत्रुघ्न दशरथ: राम के पिता और कौशल के राजा कौशल...