[solved] – Question 76875
4.1 Using a for loop, write a method called lines() to output the following statement to the screen 100
times: ‘I must practise my programming’. (10 marks)
4.2 Using a nested loop structure, write java statements to produce the following output: (10 marks)
####
####
####
####
Expert Answer
OR

