Saturday, 24 November 2018

LAB 7 LOOPS

Hello everyone! Now is our Lab 7 exercise. For this topic, we learn how to write programs for executing statements repeatedly using while, do while, and for loop. Besides, we are also learn how to write nested loops and how to apply loops in solving computational problems.

Here is our task.

Question 1


Answer :


Question 2 :


Answer :



Question 3



Answer :


Question 4 :


Answer :


Question 5 :


Answer :

While loop

Do while loop


Question 6


Answer :


Question 7 :


Answer : 





Question 8


Answer :


Question 9


Answer :




Question 10


Answer :


Here is our task for Lab 7. Actually this exercise is quite challenging but I love to learn it. Thank you for reading my blog. 



Saturday, 3 November 2018

LAB 6

Hello everyone! Today I want to share about my class. For Lab 6, the topics are character and string. This topics helps students to read string and characters from the console. Besides, students also able to declare and manipulate strings and character using methods provided by Character and String class.

These are the questions that we need to answer.

Question 1




Answer :


Question 2 :


Answer :


Question 3


Answer


Question 4


Answer :


Question 5


Answer :


Question 6



Answer





Thats all for Lab 6. Till we meet again! Thank you :)


Next blog : saiful21ikhwan.blogspot.com

Lab 10

Hello everyone! Now is our Lab 10 exercise. For this topic, we learn  Multi-Dimensional Array and having lab for this sub-topic. We learn ho...