mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Update binary_to_hexadecimal.c
Last printf() upper/lower case fix: from "THe" to "The" and from "Equivalent" to "equivalent"
This commit is contained in:
parent
b282b95d5b
commit
8282804d68
@ -16,6 +16,6 @@ int main()
|
|||||||
i = i * 2;
|
i = i * 2;
|
||||||
binary = binary / 10;
|
binary = binary / 10;
|
||||||
}
|
}
|
||||||
printf("THe Equivalent hexadecimal value: %lX", hexa);
|
printf("The equivalent hexadecimal value: %lX", hexa);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user