Find Gross salary
Submit solution
C++
Points:
5
Time limit:
5.0s
Memory limit:
12M
Authors:
Problem type
Allowed languages
TASK A C++ Program to find The Gross Salary Of an Employee
Gross Salary = Basic + Da + Hra.
Input Format:
A Multiple line containing the integers
Output Format:
A single line containing the solution
Sample Input:
4000
400
300
Sample Output:
Gross Salary :4700
Comments