Friday, December 14, 2018

LAB 9


6th Disember is our ninth laboratory class for computer programming. Our 9th lab assignment consist 9 questions. Today topic is Single-Dimensional Array. Single-Dimensional Array is a type of linear array. Accessing its elements involves a single subscript which can either represent a row or column  index. This topic is one of my favourite because I able to understand how this concept work.

First question is about the basic concept of Single-Dimensional Array. Actually, I was confused abit at this part as they asked us to write a statement. I was happy because I did question 2, 3, 4 and 5 by myself as I understand deeply. From question 6 to 8 are quite challenging but I manage to finish it by discussing with my friend.

The last question is quite difficult because we have to write FindingRoot program. At first, the questions a bit confusing but later on my friend explain the concept. Although, it tooks time to get output.

Overall, I able to declare, create, initialize and process single-dimensional array. Also, I can  program common array operations and apply array in application development from this end of the exercise. 


Anjalay A/P Raman
182695
SSK3100 (Group 15)




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



1 comment:

  1. The key to understanding is definitely to experience it yourself. Well done anjalay. -erzam

    ReplyDelete

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