Write a program that converts a quantity in bits to a quantity in bytes.
The input contains several lines each with one integer n where 0 ≤ n < 65 536.
Each line of output should contain a corresponding integer m indicating how many bytes are needed to store n bits.
64
16
2880
8190
8
2
360
1024
How many bytes are needed to store 1 bit? How many bytes are needed to store 9 bits?
try also: bytes2bits
try next: kilobytes
Copyright © 2020-2021 Rudy Matela
This text is available under the CC BY-SA 4.0 license.
Originally available on cscx.org/bits2bytes