3D STL MODEL FOR CNC ckits 0004-2 item. 274401
In our studio we design high quality polygonal 3d models for CNC machines or 3d printers according to your preferences.
Vendor: 3d-274401
Category: cover kits
Reminder!
Order delivery time is 5-7 working days after payment
The link is sent to your email or messenger
- The models are compatible with all CNC machines
- We’ll adjust the STL to the required dimensions for free
- We’ll divide the model into parts for free.
ckits 0004-2
#include
int main()
{
int num1, num2;
printf("Enter two integers: ");
scanf("%d %d", &num1, &num2);
if (num1 > num2)
printf("%d is greater than %d
", num1, num2);
else if (num1 < num2)
printf("%d is less than %d
", num1, num2);
else
printf("%d is equal to %d
", num1, num2);
return 0;
}