I don’t think it will work sadly. You can probably accumulate points though on your pre existing account. Hope that helps!
Answer:
prompt("Enter a value for one edge of a cube")
Store user's value into edgeCube
area = 6 * (edgeCube * edgeCube)
volume = edgeCube * edgeCube * edgeCube
print("One side of the cube is: " + edgecube);
print("The area is: " + area)
print("The volume is: " + volume)
<h2>
My Answer:</h2>
FTP: The definition on Wikipedia is; "The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files between a client and server on a computer network."
So, if the question is asking for technology that provides a method for two computers hooked to the internet transfer files back and forth between each other, so if we can sum it up the answer which makes the most sense is <em>FTP</em>.
~TheExpertNerd