Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Function Returning Object:
This program is like to the previous program except the function returns object. The
main rule to be remembered is the function returning object must be defined as friend function in the class.
class interest
{float i,p,n,r,a;
public:
void getdata(int gp, int gn, int gr);
void putdata(void)
{cout<<"Interest is "<
cout<<"Amount is "< } Friend interest suminterest(interest,interest); }; void interest::getdata(int gp,int gn, int gr) {p=gp;n=gn;r=gr; cout<<"Enter Principal: "<<"\n"; cin>>p; cout<<"Enter Year: "<<"\n"; cin>>n; cout<<"Enter Rate: "<<"\n"; cin>>r; i=(p*n*r)/100; a=p+i; } interest suminterest(interest i1, interest i2) {interest i3; i3.i=i1.i+i2.i; i3.a=i1.a+i2.a; return i3; } int main() {clrscr(); interest i1,i2,i3; i1.getdata( 1000,10,2); i1.putdata(); i2.getdata(10000,8,3); i2.putdata(); i3 = suminterest(i1,i2); i3.putdata(); return 0; }
}
Friend interest suminterest(interest,interest);
};
void interest::getdata(int gp,int gn, int gr)
{p=gp;n=gn;r=gr;
cout<<"Enter Principal: "<<"\n";
cin>>p;
cout<<"Enter Year: "<<"\n";
cin>>n;
cout<<"Enter Rate: "<<"\n";
cin>>r; i=(p*n*r)/100; a=p+i;
interest suminterest(interest i1, interest i2)
{interest i3; i3.i=i1.i+i2.i; i3.a=i1.a+i2.a; return i3;
int main()
{clrscr();
interest i1,i2,i3; i1.getdata( 1000,10,2); i1.putdata(); i2.getdata(10000,8,3); i2.putdata();
i3 = suminterest(i1,i2);
i3.putdata();
return 0;
find the area of a curve y=f(x) between x=a and x=b integrate f(x) between limits a and b #include float start_point, /* GLOBAL VARIABLES */
Write a C program to input 16 numbers and print them out in a table format of 4 wide by 4 deep. E.g. 4 5 5 7 8 9 10 11 12 13 14 15 16 17
create a shopping cart in c++
Project Description: P2P media streaming browser (IE, Chrome, Firefox) plug-in needed that is compatible with Win Xp,7,8 that is Windows Firewall friendly Example like Swarm
Ask question #write statement that assign random integer to the varaible n in the (100
Create a Document that show information about albums. First create a paragraph or two about the purpose of the page and your interests in music: genres, styles, etc. Next have a
Why can't one open a file in a different directory like "..\test.dat"? A: Since " " is a tab character. You must employ forward slashes in your filenames, even on operating s
Hello, Do you have any idea for programming project to simulate a network attack (threat) mechanism or a defense mechanism. Can I get some suggestions for this. Please include th
how to write c++ for function f(x)= 2x^3 -x^2 +10
Simple program of c++: int main() { int bushels; float dollars, rate; cout cin >> dollars; cout
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd