daviddowdy4804 daviddowdy4804 02-11-2017 Computers and Technology contestada Write a method called doubleit that accepts a string parameter and returns that string concatenated with itself. for example, if the parameter is "program", the return value would be "programprogram".