Write a program to take any two values from the user and find its addition, subtraction, multiplication and division.
Answers
Answered by
2
Answer:
int main() { int add, sub, mul;
float div; //addition.
add = 5 + 2; //subtraction.
sub = 5 - 2; //multiplication.
mul = 5 * 2; //division.
printf("Add: %d, Sub: %d, Mul: %d, Div: %.2f", add,sub,mul,div); return 0; }
Answered by
2
Answer:
Science and technology in the Philippines describes scientific and technological progress made by the Philippines and analyses related policy issues. ... Science and technology has made life a lot easier and also a lot better with the advancement of medicines and analysis on diseases.
Sorry dear for the above
I don't have the answers
Similar questions