ssk3100 lab0
Name: Muhammad Muzamil Bin Rosdin Matric no. : 188057 Subject: SSK3100 In our first class, lab0, we learned how to use command prompt. we learned to go to a specific directory using command prompt. we also learned how to apply java compiler to every directory in the computer itself. we compiled our first project "Hello World" and use java next to finish the lab. we also determined the possible errors that may occur in our lab assignment. In the command prompt. We have to type cd “directory” to go to the specific directory we want to go. But it will only go to the directory we chose if the directory is available in the current directory we are on. Then we learned how to create a folde using command prompt by typing mkdir “folder name”. This will make a new folder into your current directory. We can check if our folder is in there by typing dir in the command prompt. In our lab, lab0, i made a folder named muzamil. Inside the folder i made another folder called lab0. ...