Question: Kilobytes in Bytes One Kilobyte is 1024 bytes. Write a program that prompts the user to enter the number of bytes, then calculates and prints
Kilobytes in Bytes One Kilobyte is 1024 bytes. Write a program that prompts the user to enter the number of bytes, then calculates and prints the number of equivalent kilobytes and the number of bytes. For example, if the number of bytes is 7835 then there are 78357 1024 - 7 kilobytes and 7835 % 1024 - 667 bytes. See sample input/output below: Sample input/output: Enter the number of bytes: 7835 There are 7 kilobytes and 667 bytes in 7835 bytes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
