180 degress
Chat with our AI personalities
Get a and b // where a and b are 2 numbers taken from the user Set Ma to a // Ma is the multiple of a Set Mb to b // Mb is the multiple of b While Ma<>Mb //(condition is that Ma not equal Mb) { if (Ma > Mb) then // finding which multiple is smaller Set Mb to Mb + b // we add to the smaller multiple the input value Else Set Ma to Ma + a End if } Print "the LCM of the numbers is" + Ma
Megabyte
Each megabyte (MB) is 1024 kilobytes (KB). Therefore, 42 KB is just under 4% of a MB.
240 MB = 0.24 GB
Since there are 1000 megabytes in a gigabyte, there would be 82,000 megabytes in 82 gigabytes. Nominally. There are actually 1024 bytes in a kilobyte, 1,024,000 in a megabyte and 1,024,000,000 in a gigabyte. The solution is left to the student.