CodingHuman #Coding_Help , All exam codes, Coding solutions, accenture TCS Wipro Nagarro Persistent Cisco
588 subscribers
136 photos
310 links
We Provide free material, Coding stuff, Placement material, Handwritten Notes, previous year company questions, Job updates and many more.
Conding help.
Download Telegram
Friends!
As you know LinkedIn is a great platform to build your personal brand and network or to find your dream job

And This is the best FREE Course to learn How to use and Build Your Personal Brand on LinkedIn

Language - Hindi
Course Duration - 2 Hours
It is a FREE Course

Course Link - https://bit.ly/3gGshe7
*C++14*
*Guitar strings code. Write it inside function line 6*

int guitar(int N, vector<int> x){
int ans=0;
sort(x.begin(),x.end());
reverse(x.begin(),x.end());
for(int i=0;i<x.size();i++){
ans=ans+x[i]*N;
N-=1;
}
return ans;
}

Guitar code 🔥
1)1.23...
2)1.4
3)11/6
4)108/243
5)40kmph
6) 400
7)20%
8)185
9)7.5%
10)3.33
11)1.20 each
12)profit of 6.25 %
13)4
14) 35
15) 12
16)13.5
17) 28
18)8
19.8
20.86 1/3
21.60
22.8
23.a
24.324
25.d
26 C

Join : https://t.me/infosys_exam_help_all_slots

Coding help👆
INFOSYS EXAM ALL SLOTS SOLUTION GROUP 👇

Telegram - https://t.me/Coding_human

Telegram - https://t.me/infosys_exam_help_all_slots
Share post in ur college Whatsapp grps.
int average(int n,int p){
int total=0;
for(int i=1;i<=p;i++){
total += i*n;
}
return total/p;
}

Code for average