Mr. Kumar is working in an IT company. He stored the salaries of all the employees of January month in Series ‘Jan_Sal’ and salaries of February month in Series ‘Feb_Sal’. Now he wants to add the salaries of both months. He has written the following statement. Identify the correct one.
1.print(Feb_Sal + Jan_Sal)
2.print(Feb_Sal_add_Jan_Sal)
3.print(Feb_Sal plus Jan_Sal)
4.None of the above
Answer:1