Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

isai wants to share some code with his friend using onlinegdb. he wants…

Question

isai wants to share some code with his friend using onlinegdb. he wants his friend to be able to edit the code and save it to his own account. what should isai do to make that happen?
a. email the code to his friend
b. use the share button in onlinegdb and have his friend \fork\ the project
c. download the code to his computer, save it on a usb, and give the usb to his friend
d. print out his code and hand it to his friend

Explanation:

Brief Explanations

To enable a friend to edit and save code to their own account on OnlineGDB, the "fork" feature (accessed via the Share button workflow) allows the friend to create a copy of the project in their own account for editing. Emailing, USB sharing, or printing don't facilitate saving to the friend’s OnlineGDB account. Option B uses OnlineGDB’s sharing/forking, which is the correct method.

Answer:

B. use the Share button in OnlineGDB and have his friend "fork" the project