What is the widest valid returnType for methodA in line 3? June 6, 2022 by admin ✪ Choose the correct option. What is the widest valid returnType for methodA in line 3? public class ReturnIt { returnType methodA(byte x, double y) /* Line 3 */ { return (long)x / y * 2; } } A. intB. byteC. longD. double Submit Answer