Hey readers! Here are some questions to prepare yourself to do final exam. Good luck ! đŸ™‚ Make a program which can check a word or sentence is a palindrome or not Make a program to move character to the left that looks like this :Starting Array : A B C D Shift 1 : … Continue reading Final Exam
Tag: linkedlist
sorting in Java
Wassup everyone? in this post, I'll tell you about sorting in Java. There are some types of sorting in Java. What are they? Just scroll down to find out =) Sorting * Definition:Â Sorting means to put data in order; either numerically or alphabetically. There are many times when it is necessary to put an array … Continue reading sorting in Java
ability >< agility (Can you solve this?)
Hey everyone ! This week, we have a practice for you to test your skill in programming with Java. So, I have 2 stage which you can pick, here they are : Medium Make a program that look like this : The program output would be like this : here's the code : package week12; … Continue reading ability >< agility (Can you solve this?)
Data Structure in Java
Hey readers! This time I'll tell you about data structures in Java. Data structure is a special format for organizing and storing data. What are they? just scroll down to find out đŸ™‚ Array Array is the simplest data structure in Java. There are types of array such as 2 dimentional array which you can … Continue reading Data Structure in Java




You must be logged in to post a comment.