Computer Science, asked by KetiKim, 5 hours ago

Answer it, I will mark you as a branliest​

Attachments:

Answers

Answered by sdeepbera
0

Answer:

the ans:

Explanation:

1. Start

2. Take input in bytes (b).

3. divide it by 1024 (b/2024) to get kilobytes.

4. divide the input by 1024*1024 (b/(1024*1024)) to get megabytes.

5. divide the input by 1024*1024*1024 (b/(1024*1024*1024)) to get gigabytes.

6. divide the input by 1024*1024*1024*1024 (b/(1024*1024*1024*1024)) to get terabytes

7. Display the respective outputs.

8. Stop

Similar questions