KS3 Parson Puzzle 1 VB.net – accepting a user input

Code / algorithm aim

The code should greet the user and ask them what their favourite food is. The user will then input their favourite food into the console and the program will tell them that it also likes the same food that they inputted.

Instructions

All the code that you need has been given below. Simply organise the code blocks into the correct order so that the code follows the algorithm aim above.

You can organise the blocks by clicking on the arrows on the right hand side to place them above or below the other blocks.

Imports System

Module Program


    Sub Main(args As String())
    End Sub

End Module