F Specify Errors Following Code 1 Include O Stream 2 Using Namespace Std 3 Int Min Main 4 Q43895797
(F) Specify the errors of the following code? 1) #include <iostrem> o stream 2) using namespace std; 3) int min() main 4) { 5) double num1 = 5, num2, sum; 6) num2 = 12; 7) sum = numl + num2, 8) cout << “The sum is “>> sum; 9) retrn 0; return 10)} Show transcribed image text (F) Specify the errors of the following code? 1) #include o stream 2) using namespace std; 3) int min() main 4) { 5) double num1 = 5, num2, sum; 6) num2 = 12; 7) sum = numl + num2, 8) cout sum; 9) retrn 0; return 10)}
Expert Answer
Answer to (F) Specify the errors of the following code? 1) #include o stream 2) using namespace std; 3) int min() main 4) { 5) dou…
OR