Get Mystery Box with random crypto!

CODING SOLUTION - Placement Jobs & Materials

Logo of telegram channel codingsolution_it — CODING SOLUTION - Placement Jobs & Materials C
Logo of telegram channel codingsolution_it — CODING SOLUTION - Placement Jobs & Materials
Channel address: @codingsolution_it
Categories: Technologies
Language: English
Subscribers: 200.30K
Description from channel

🌀 ” Our Only Aim Is To Let Get Placed To You In A Reputed Company. “
Contact Admin:
instagram.com/offcampusjobsindia_it

Ratings & Reviews

4.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

2

4 stars

0

3 stars

0

2 stars

1

1 stars

0


The latest Messages 54

2022-06-16 19:32:59 TCS Mahindra Megan & Asianpaint Off Campus Drive | 4LPA+

Batch - 2019 2020 2021 2022




Telegram - t.me/indiaoffcampusjobs
2.6K views16:32
Open / Comment
2022-06-16 16:49:13 VIRTUSA EXAM SOLUTION GROUP:

t.me/codingsolution_IT

t.me/virtusa_exam_discusion_group

Share post in ur college Whatsapp grps.
5.6K views13:49
Open / Comment
2022-06-14 19:09:25 Infosys Off Campus Drive | 2019-2022 Batch | 9LPA





Telegram - t.me/engineerjobsindia
5.3K views16:09
Open / Comment
2022-06-13 21:21:41 TCS BPS EXAM SOLUTION GROUP:

t.me/codingsolution_IT

t.me/tcs_nqt_exam_discussion

Share post in ur college Whatsapp grps.
2.8K views18:21
Open / Comment
2022-06-13 08:58:17
n=int(input())
arr=[]
count=0
for x in range(n):
temp=list(map(int,input().split("/")))
arr.append(temp)
if temp[1] in [1,3,5,7,8,10,12]:
count+=1
if count!=0:
print(count)
else:
for x in arr:
if x[2]%2==0:
count+=1
print(count)

Python
Telegram - t.me/codingsolution_IT
11.4K views05:58
Open / Comment
2022-06-13 08:54:56
Python
Sum of Letters
Telegram - t.me/codingsolution_IT
8.2K views05:54
Open / Comment
2022-06-13 08:51:45
Python
Find eligible dates of birth for lucky draw Code
Telegram - t.me/codingsolution_IT
7.9K views05:51
Open / Comment
2022-06-13 08:49:36 def replaceDigit(x, d1, d2):
result = 0
multiply = 1

while (x // 10 > 0):

# Take remainder of number
# starting from the unit
# place digit
remainder = x % 10

# check whether it is
# equal to the digit
# to be replaced.if yes
# then replace
if (remainder == d1):
result = (result + d2 *
multiply)

else: # else remain as such
result = (result + remainder *
multiply)

# Update and move forward
# from unit place to hundred
# place and so on.
multiply *= 10
x = int(x / 10) # update the value

# check whether it is equal to the digit
# to be replaced.if yes then replace
if (x == d1):
result = result + d2 * multiply

else: # else remain as such
result = result + x * multiply
return result


# Driver code
x = 645
d1 = 6
d2 = 5
print(replaceDigit(x, d1, d2))

Python
Replace single digit code
Telegram - t.me/codingsolution_IT
8.8K views05:49
Open / Comment
2022-06-13 08:44:15
C++
Count of unique direct paths between tourist spots Code
Telegram - t.me/codingsolution_IT
10.2K viewsedited  05:44
Open / Comment
2022-06-12 21:13:14 IBM & BIRLASOFT EXAM SOLUTION GROUP:

t.me/codingsolution_IT

t.me/ibm_exam_birlasoft_exam

Share post in ur college Whatsapp grps.
2.9K views18:13
Open / Comment