write an HTML code to display output in the following way ram sharma x square y square z square +2
Answers
Answered by
0
Answer:
Explanation:
#define Change(A,B) 2*A+B;
void main()
{
float X,Y,F;
cin>>X>>Y;
F=Change(X,Y);
cout<<”Result:”<<F<<endl
Similar questions