Friends A, B, C, D go for a trip. They spend on various expenses. Cost of the expense is shared. Example : A spends 100 for breakfast for A, B, C and D D spends 500 for cab for B and C B spends 300 for lunch for A, B and C Write a program to calculate how much each should get or each should give to one another. App should be scalable that number of friends can change
Developer Interview Questions
269,153 developer interview questions shared by candidates
Write a javascript function to draw a chessboard
first questions : 1,3,5,7,11,13,17,19,23,29,..... next element
Ed Round( Given an interface with 3 methods AddEmployee(int empid, String department); updateEmployee(int empid, String department); Collection<Integer> reportEmployees(String Department);
void sort(String s){ } void sort(Integer I){ } void sort(Object o){ } calling : sort(null) which function will be called?
Code some code that checks if any items in an array are greater than 10
Describe the technologies you are comfortable with
array related questions
What is runtime polymorphism? Give example.
Give me 5 reasons why manhole covers are round.
Viewing 791 - 800 interview questions