Computer Science, asked by surajkumarsing4020, 6 months ago

Workspaces in Fusion 360 allow you to navigate to task specific parts of the software allowing access to specific tools. Some of the workspaces in Fusion 360 are:
1 point
Patch
3D print
Model
Render
Animation
Assemble

Answers

Answered by palakgupta2395
4

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;

}

Similar questions