Any give code for this question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Any give code for this question

You are a software engineer at an MNC. You are given the task of sorting the employees in your company based on their salary. Perform the task so that the employees, including yourself, will get a bonus from the management. CONSTRAINT: 0<=salary<=1000000 Input Description Number of employees followed by their name and salary Output Description Sorted list of employee names

4th Mar 2022, 5:49 AM
Niranjan U
5 Answers
+ 3
If someone solve this problem insted of you, you cant learn. Try to solve it, and if you have some problem, then you link your try, and we will be helping you. But if you dont try to solve it, you just give up. DONT GIVE UP, AND DONT CHOICE THE EASYEST WAY TO SOLVE YOUR PROBLEMS If you try to solve your challenges, and you get some error, you dont wast time, because the people learn from own errors, mistakes
4th Mar 2022, 5:55 AM
Domonkos Gyömörey
Domonkos Gyömörey - avatar
+ 1
Thks for motivating me bro.. i m fully blank on this sooo
4th Mar 2022, 5:57 AM
Niranjan U
+ 1
G'day Niranjan U it is ok to be wondering how to start a new project. Stress = care, so that means you want to do well! My technique starts with trying to write the program instructions and program output in a more "code like" way, I call it psuedocode. Can you have a go at that (post it here for us to have a look at your logic)? If that is also overwhelming, I often start with just the output. Do you know what they want you to output?
4th Mar 2022, 6:26 AM
HungryTradie
HungryTradie - avatar
+ 1
Give an input examples
4th Mar 2022, 7:05 AM
Shadoff
Shadoff - avatar
0
Sample Input 3 Karthik 23000 rohan 81734 varshini 12343
4th Mar 2022, 7:07 AM
Niranjan U