emmaty6619 emmaty6619 04-01-2024 Computers and Technology contestada How would a program look like if we want to put the do_something external method A. do_something(); B. int do_something(); C. void do_something(); D. extern do_something();