Computer Science, asked by abhijeet221438, 5 hours ago

write a programme to use variable n integer type y of double type to find their addition and to convert the expression forcely in integer type and define the third variable of integer type to assign the final value to apply the force

Answers

Answered by MisSadaa007
1

The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; variable =constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different

Similar questions