Add the following expressions:
i) −2y3 + 3z2
, 9z2−8y3
, y
3
- 11z2
Answers
Answered by
0
Answer:
#include <stdio.h>
int main() {
double num;
printf("Enter a number: ");
scanf("%lf", &num);
if (num <= 0.0) {
if (num == 0.0)
printf("You entered 0.");
else
printf("You entered a negative number.");
} else
printf("You entered a positive number.");
return 0;
}
Answered by
5
Answer:
-10y + 12z² - 11z
Step-by-step explanation:
Hope my answer helps you buddy!
Have a nice day!
Bye :-)
Similar questions
Math,
2 months ago
Science,
2 months ago
Social Sciences,
2 months ago
Math,
5 months ago
English,
5 months ago
Social Sciences,
11 months ago
Math,
11 months ago