Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop
Java All : Array Search


Exam Paper Problems

Search And Sort #4015

( As In Exam - ICSE2018 )

Differentiate between searching and sorting.

Differentiate between searching and sorting.

Graduation Year Binary Search #7444

( As In Exam - ICSE2014 )

Write a program to accept the year of graduation from school as an integer va

Write a program to accept the year of graduation from school as an integer value from the user. Using the binary search technique on the sorted array of integers given below, output the message “Record exists” if the value input is located in the array. If not, output the message “Record does not exist”.
{1982, 1987, 1993, 1996, 1999, 2003, 2006, 2007, 2009, 2010}



Exam Paper Problems:2 
Back