🔥 Burn Fat Fast. Discover How! 💪

CODING_SOLUTION_HELP

Logo of telegram channel coding_solution_help — CODING_SOLUTION_HELP C
Logo of telegram channel coding_solution_help — CODING_SOLUTION_HELP
Channel address: @coding_solution_help
Categories: Technologies
Language: English
Subscribers: 141.49K
Description from channel

Codingsolution_it
#coding
#codingsolution
#codingsolutionhelp
#codingsolutionit
#coding_solution_help
#codingsolutionhelpit
Codingsolution
#Coding_solution
#Coding_solution_it
#Coding solution help
Codingsolutionhelp
#Coding solution it
#codingsol
coding

Ratings & Reviews

3.33

3 reviews

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

5 stars

0

4 stars

2

3 stars

0

2 stars

1

1 stars

0


The latest Messages 9

2021-10-20 07:13:13 #include

int main()
{
int n,i,r,temp,sum=0;
scanf("%d",&n);

while(n!=0)
{
r=n%10;
sum+=r;
n=n/10;
}
if(sum<=26)
{
printf("%c",sum+64);

}
else
{
temp=0;
while(sum!=0)
{
r=sum%10;
temp+=r;
sum=sum/10;

}
printf("%c",temp+64);
}



return 0;
}

Online Exam
Telegram - t.me/coding_solution_help
7.3K viewsedited  04:13
Open / Comment
2021-10-20 07:07:35
C language
Wipro
Telegram - t.me/coding_solution_help
7.5K views04:07
Open / Comment
2021-10-20 07:06:28
C++ language
Wipro
Telegram - t.me/coding_solution_help
7.6K views04:06
Open / Comment
2021-10-14 14:42:28
TIME IS AN INTEGRAL code
Telegram - t.me/coding_solution_help
301 views11:42
Open / Comment
2021-10-14 14:31:49 import math
a=int(input())
b=int(input())
print(math.gcd(a,b))


Python
REPUBLIC DAY code
Telegram - t.me/coding_solution_help
1.8K viewsedited  11:31
Open / Comment
2021-10-14 14:29:31
Python
REPUBLIC DAY code
Telegram - t.me/coding_solution_help
2.0K views11:29
Open / Comment
2021-10-14 14:24:29 #include
using namespace std;

int gcd(int a, int b)
{
if (a == 0)
return b;
if (b == 0)
return a;
if (a == b)
return a;
if (a > b)
return gcd(a-b, b);
return gcd(a, b-a);
}

int main()
{
int a;
cin>>a;
int b;
cin>>b;
cout< return 0;
}

REPUBLIC DAY code
Telegram - t.me/coding_solution_help
2.4K viewsedited  11:24
Open / Comment
2021-10-14 14:20:58
Python
Company stock code
Telegram - t.me/coding_solution_help
2.7K views11:20
Open / Comment
2021-10-14 14:19:52
Python
Telegram - t.me/coding_solution_help
2.7K views11:19
Open / Comment
2021-10-14 12:03:08 WIPRO & KPIT EXAM TODAY DISCUSSION GROUP



@kpit_capgemini_wipro_elite_exam
6.5K views09:03
Open / Comment