#include<iostream.h>
#include<conio.h>
int main();
{
clrscr();
int a,b,identity;
cout<<"enter the value of a:";
cin>>a;
cout<<"enter the value of b:";
cin>>b;
identity=(2*a*a)+(2*a*a);
cout<<"the required value is:";
cout<<identity;
getch();
return(0);
}
https://www.youtube.com/watch?v=ykTaoik98yo
#include<conio.h>
int main();
{
clrscr();
int a,b,identity;
cout<<"enter the value of a:";
cin>>a;
cout<<"enter the value of b:";
cin>>b;
identity=(2*a*a)+(2*a*a);
cout<<"the required value is:";
cout<<identity;
getch();
return(0);
}
for video click on link given below
No comments:
Post a Comment