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: sudoku
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
su · do · ku
/so͞oˈdōko͞o/ Hey readers! In this post, I'lll tell you how to make sudoku in Java programming language. Cool, isn't it? Do you know sudoku game ? The name “sudoku” is abbreviated from the Japanese suuji wa dokushin ni kagiru, which means “the numbers (or digits) must remain single.” To make this game, you need to understand … Continue reading su · do · ku





You must be logged in to post a comment.