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
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
int main() {
char s[100];
int i;
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;
} @Coding_human
}
printf("\nString in Upper Case = %s", s);
return 0;
}

Warehouse Code

@Coding_human
#include <stdio.h>

int main() {
int a[1000],n,i,sum=0;
scanf("%d",&n);
for(i=0;i<n;i++)
{
scanf("%d",&a[i]);
@Coding_human
}
for(i=0;i<n;i++)
{
if(a[i]<0)
sum++;
}
printf("%d",sum);
return 0;
}



Space world


Wipro
Telegram- @Coding_human
n=int(input())
a=list(map(int,input().split()))
new=[]
for i in a:
if i>0:
new.append(a.index(i))
print(len(new))


Municipal corporation code wipro.
Python 3

Telegram:- Join now
@Coding_human
@Coding_human
@Coding_human