Rewrite the VB.NET code below, so that it is modularised by calling a generic module named printBlankLines, which is passed a parameter representing the number of blank lines to print.
Private Sub Button1_Click(…) Handles Button1.Click
txtOutput.Text = "Line 1 of Output"
txtOutput.Text = txtOutput.Text&vbNewline
txtOutput.Text = txtOutput.Text&vbNewline
txtOutput.Text = txtOutput.Text& "Line 2 of Output"
txtOutput.Text = txtOutput.Text&vbNewline
txtOutput.Text = txtOutput.Text&vbNewline
txtOutput.Text = txtOutput.Text&vbNewline
txtOutput.Text = txtOutput.Text&vbNewline
txtOutput.Text = txtOutput.Text&vbNewline
txtOutput.Text = txtOutput.Text& "Line 3 of Output"
End Sub
ii) Write the generic module printBlankLines in VB.NET code
iii) Draw a structure chart showing parameters indicated as dataflows.[2+5+3= 10 marks]
1
Expert's answer
2016-10-18T18:50:59-0400
Dear tennyson, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order
Comments
Leave a comment