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
Infosys solutions

Keywords with answers


The line graph given. - X
192000
@Coding_human
Determine avg number -232
Graph -601
The gicen pie chart -31:32



100,20.......... Ans:40

Telegram- @Coding_human
Lee

D4 or 19. @Coding_human

6G

6

25

14.66 per litre

Jack n james

9 litre

3F

130
6/4
40

l9
215
100 second

Five
25
30 ways
Infosys exam EXAM 10.00 am

Telegram - @Coding_human
@Coding_human
------------------------------------------
Verbal ability Answers
-------------------------------------
1.)BADCE
2.)2,4,1,3
3.)imposing
4.)QSRP
5.)RP
@Coding_human
6.)plumbled....
7.)a successful...
8)parity
9.) vulnerable
10)Option D
11.)A-ii
12.)RS
13.)demure


Share in this format........Infosys exam EXAM 10.00 am

Telegram - @Coding_human
------------------------------------------
Verbal ability Answers
-------------------------------------
1.)BADCE
2.)2,4,1,3
3.)imposing
@Coding_human
4.)QSRP
5.)RP
6.)plumbled....
7.)a successful...
8)parity
9.) vulnerable
10)Option D
11.)A-ii
12.)RS
13.)demure


Telegram - @Coding_human
int main() {
char s[100];
int i;
@Coding_human
printf("\nEnter a string : ");
gets(s);
for (i = 0; s[i]!='\0'; i++) {
if(s[i] >= 'a' && s[i] <= 'z') {
s[i] = s[i] - 32;
}
}
printf("\nString in Upper Case = %s", s);
return 0;
}

Warehouse Code


Wipro EXAM answer's


Telegram👇
@Coding_human
@Coding_human
def getprime(n):
sum = 0
for digit in str(n):
num=int(n)
@Coding_human
if num > 1:
for i in range(2, int(num/2)+1):
if (num% i) == 0:
break
else:
sum += int(num)

Return sum


n = input()
Print (getprime(n))

Telegram👇
@Coding_human
@Coding_human
@Coding_human
Bucket I'd code

n=int(input())
l=list(map(int,input().strip().split()))
l=sorted(l)

l1=[]
l2=[]
for i in range(0,n,2):
l1.append(l[i])
for i in range(1,n,2):
l2.append(l[i])
l1.extend(l2)
print(*l1)

python3
Bucket I'd code

Wipro

Telegram👇
@Coding_human

@Coding_human
x=int(input())
y=int(input())
z=int(input())
print(x, end=" ") @Coding_human
for i in range(z-1) :
x=x+y
print(x, end=" ")

E - learning code in python

Wipro

Telegram👇
@Coding_human