The following is a C++ program segment. Use it to answer the question that follows
float num1=8.3;
int num2=10;
double num3=2.4;
int result = (int)num1+(int) num2 +(int) num3;
Calculate the value of the result.
 Viewed: 505 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!