Printers, Inc. is redesigning the network that connects its three locations. The administrator gave the networking team 192.168.11.0 to use for addressing the entire network. After subnetting the address, the team is ready to assign the addresses. The administrator plans to configure IP subnet-zero. As a member of the networking team, you must address the network and at the same time conserve unused address for future growth. With those goals in mind, choose the host addresses on the left to the correct router interface. All the routers interfaces are given below and one of the routers is partially configured. Not all of the host address on the left are necessary.192.144.11.217/30;192.144.11.215/29;192.144.11.225/27;192.144.11.31/25;192.144.11.164/26;192.144.11.215/30 The router interfaces are: Inkjet Fa 0/0 IP : Laser Fa 0/0 IP: Spooler Fa 0/0 IP: Inkjet S0/0 IP
2.16: Diamond Pattern
Write a <span style="text-decoration-line: none;">program</span> that displays the following pattern:
*
***
*****
*******
*****
***
*
One acre of land is equivalent to 43,560 square feet. Write a program that calculates the number of acres in a tract of land with 389,767 square feet.
Assuming the ocean’s level is currently rising at about 1.5 millimeters per year, write a <span style="text-decoration-line: none;">program</span> that displays
Trapezium Order
You are given an integer
The input contains an integer
The output should have
N lines. Each of the N lines should have space-separated integers as per the trapezium order.
Develop an application with one screen that calculates the monthly salary of an employee. Your application should satisfy the following requirements:
If the user does not enter anything in the textboxes it must notify you by using a messagebox e.g. MessageBox.Show("Please Enter a value in Pay Rate Field");
Your formula is as follows (rate * hours)
Your answers must be displayed only in the messagebox
Write an app that reads the integers representing the total sales for three sales people then determines ad prints the largest and the smallest integers in the group.