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
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
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
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
Try this simple friendly coding contest on Hackerrank, I will post more contests in the future.
www.hackerrank.com/contest-1-1624592416
5 - 2
Shall I conduct Hackerrank coding contest?
(This will give you exposure to code on online platforms)
3 - 0
In this channel learn how to code different programs in Java