CBSE BOARD X, asked by viveksharma2018, 9 months ago

write an HTML code to display output in the following way ram sharma x square y square z square +2

Answers

Answered by aayushsdixit16p8bo4w
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