Tuesday, October 16, 2018

...Lab0...


Assalamu’alaikum and hello. Actually, this is the first time I am writing in a blog. I just want to share some of my knowledge in learning computer programming. I am very excited to be given the opportunity to learn this subject. At the beginning of the lecture, we have been taught on how to create folders in personal computer by using Command Prompt Commands (cmd). Here I will tell you the way I did it. 


First of all, I need to edit one of the variables (path) that available in environment variables.  After edited it, I am ready to run the java. Next, I tried to familiarize myself with the terms of cmd by using the existing folders in computer. The ‘dir’ used to list all of the directory that contain in the folders. By typing ‘cd <name of directory>’, it will show the folders that required and ‘cd..’ to go back to the directory before. Here I show the process that I have done.




After I have familiarized with the terms, I tried to create my own folder with the name of ‘Reen’ by typing ‘mkdir Reen’. Next, I need to create another folder with the name of ‘Lab0’ and make sure the folder exist in Reen’s folder. In the Lab0 folder, I need to create a file by using notepad. Here I have to type every single word that has been given careful, so that there is no mistake in typing and then save it in Lab0. When I have followed all of the instructions, I need to compile the java program. Lastly, when I run the program, the words ‘Hello World’ successfully appeared.  





What can I say is, it is not as easy as I thought and of course I have tried it for several times. Thanks to my friend for helping me until I succeed did it. 


Nurazreen binti Mohd Nor (182433)

SSK3100 (Group 15)


Next blog : kychoong.blogspot.com (Choong Kar Yee)










































No comments:

Post a Comment

...Lab10...

Assalamu'alaikum and hello I'm going to share about the assignment that has given (Lab10) on topic array. We are required to def...