Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 729 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 729 Bytes

Java-Programs


Programs based on Arrays

  • Array Input and Output
  • Sorting

Programs based on Numbers

  • Prime Number
  • Reverse

Programs based on Strings

  • Palindrome
  • Reverse
  • Bubble Sort
  • Selection Sort
  • Insertion Sort

Taking input from User Using

  • Scanner
  • Buffered Reader