Program that Prints “Hello”
/* time: 8:47am * author: Anik*/ public class Hello { public static void main (String [] args) { System.out.println("Hellow"); } }
/* time: 8:47am * author: Anik*/ public class Hello { public static void main (String [] args) { System.out.println("Hellow"); } }
Pseudo-code:
1 Start 2 Set Sum=0 C=1 Avg= 0 3 If C ≤ 3 a Yes, go to step 4 b No go to step 8 4 Input number 5 Sum= sum+ number 6 C= C+ 1 7 Go to step 3 8 Avg = sum/3 9 Output sum, avg 10 End
Flowchart is the first step towards any programming language. Before starting to learn any programming language you have to make sure that you are capable to verify the logic of whatever you do in your day to day life. Flowchart builds up that ability to make your logics stronger because in every flowchart you have to do every task separately. If you can learn flow charts carefully it can be ensured that you will be able to learn JAVA or any other language faster. (more…)
Welcome to the world of java! These were the first words that I felt from heart before starting to learn JAVA language. The word ‘world’ is not enough to describe the range of JAVA language because the use of this language is so widespread that where ever you put your ‘eye’ you will see JAVA. Mobiles, computers, calculators, networking system, websites and many more devices and systems have the capability to run java.