Task 1: You are to write LMC mneumonic code to provide the functionality according to the following specification.
1) The user inputs an integer between 1 and 100 (make sure you check the bounds, if the number falls outside, loop back to the beginning)
2) If the number is a multiple of 2, return the value 1
3) Else if the number is not a multiple of 2 return the value 0
4) Loop back to the start and ask for input
5) To exit enter the number 0
Task 2: Given a host computer with an IP 192.168.0.5/29 answer the following.
1) What is the network address?
2) What is the range of host IP addresses (low to high)?
3) What is the broadcast address?