Predict the returne data type
Attachments:
Answers
Answered by
0
Explanation:
Predict the return date type of
int p;double q;
r=p+q;
System.out.println (r);
Similar questions