Assume you are writing the code in int main() {   ……   …

 Assume you are writing the code in int main() {   ……   Your Code                }.  ( no need to add any includes ).Write code to prompt the user to enter his name, age and salary.Display his name, age and salary with 15% raise.Format the numbers to include the , (comma) and two decimal places.Sample output:Enter your name, age and salary:John2433500John is 24 years old and makes 38,525.00