#include int main() { int x; printf("Enter number: "); scanf("%i", &x); printf("Wind speed: %X\n", (x & 0x1F)); return 0; }