Answer:
A Yottabyte
Explanation:
The units of measurement for data are as follows
- Megabyte, MB, 1024 kilobytes
- Gigabyte GB, 1024 megabytes
- Terabyte TB, 1024 gigabytes
- Petabyte PB, 1024 terabytes
- Exabyte, EB, 1024 petabytes
- Zettabyte, ZB, 1024 exabytes
- Yottabyte, YB, 1024 zettabytes
Answer:
float(distance) / speed
Explanation:
Given the variable <em>distance</em> and <em>speed</em> in a program that hold a integer value respectively. We can perform the division between the two variable using / operator. Since both distance and speed are integers, we need to convert one of them to float type to perform the floating point arithmetic. Otherwise the division output will be rounded up to the nearest integer which is not a desired result.
This is actually a question?? Lol anywayyyy can I get ?