Friday, December 14, 2018

LAB 8


22nd November is our eight laboratory class for computer programming. Our 8th lab assignment consist 5 questions. We cover a new concept which is method where it's very useful in programming. A method is a set of code which is referred to by name and can be called (invoked) at any point in a program simply by utilizing the method's name. Think of a method as a subprogram that acts on data and often returns a value. Each method has its own name. I am able to understand about 50% only during the lecturer. 

My lecturer gave us 2 weeks for this laboratory. However, I could not able to finish this lab assignment as I stop at second question. The rest of 3 questions are difficult and quite confusing too. It took a lot time to identify the error for two questions in my coding.  But, I manage to get the output from user. From this lab, I learnt to define and invoke various types of methods.


Anjalay A/P Raman
182695
SSK3100 (Group 15)




Next blog: nadiahjavajourney.blogspot.com (NURNADIAH BINTI ABDUL GHANI)






No comments:

Post a Comment

LAB 10 13th December is our tenth and last laboratory class for computer programming. Our 10th lab assignment consist 4 questions. Tod...