Channel Avatar

B Tech Computer Science @UCgbD4IqWZSTJSkCfRABFhiw@youtube.com

17K subscribers - no pronouns :c

In this channel learn how to code different programs in Java


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

B Tech Computer Science
Posted 8 months ago

How many of you will be interested to participate in a friendly HackerRank contest with a small prize money of Rs 100/- ? Share this poll with your interested friends too :)

3 - 0

B Tech Computer Science
Posted 9 months ago

Thank You for Your Support!

6 - 0

B Tech Computer Science
Posted 1 year ago

Hiring Now

Manual Tester (1 - 4 Years Experience)
Skilled in: Manual testing with Mobile testing
Hyderabad (work from office)

Manual Tester (0 - 1 Years Experience)
Education qualifications: BA, B.Sc, Bcom, BCA, B.E (UG)
Hyderabad and Bangalore (work from office)

Interested students send your resume to vwills450@gmail.com

5 - 5

B Tech Computer Science
Posted 1 year ago

Arithmetic Number Problem and Solution

practice.geeksforgeeks.org/problems/arithmetic-num…

class Solution{
static int inSequence(int A, int B, int C){
// code here
if((C > 0 && A > B)|| (C < 0 && A < B))
return 0;
else if(C == 0)//to prevent Divided by Zero error
{
if(A == B)
return 1;
else
return 0;
}
else if((B-A)%C == 0)
return 1;
else
return 0;
}
}

8 - 0

B Tech Computer Science
Posted 2 years ago

Try this simple friendly coding contest on Hackerrank, I will post more contests in the future.
www.hackerrank.com/contest-1-1624592416

5 - 2

B Tech Computer Science
Posted 3 years ago

Shall I conduct Hackerrank coding contest?
(This will give you exposure to code on online platforms)

3 - 0