Answer:
# include <conio.h>
#include <iostream.h>
using namespace std;
main()
{
int billamount[12];
char monthname["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
<em>for (int month = 1 ; month<=12; month++)</em>
<em>{</em>
<em>cout<<"Enter the amount of bill for the month"<<month;</em>
<em>cin>>billamount[month];</em>
<em>}</em>
for (i=0; i<= 12; i++)
{
if (billamount[0]<billamount[i])
billamount[0]=billamount[i];
monthname[0]=monthname[i];
}
 <em>cout<<"Maximum months phone bill"<<monthname[0]<<"="<<billamount[0]</em>
<em />
getch();
}
 
        
             
        
        
        
Answer: 
day=int(input(“Enter today’s day numerically: ”))
if(day ==15 or day ==30):
 print(“It’s payday!”)
if(day !=15 and day !=30):
 print(“Sorry, not a payday.”)
Explanation:Good luck!
 
        
             
        
        
        
Answer:
Question is incomplete. it needs a topology diagram and also it needs Router R1 table. I assume User has access to the topology and Routing table. 
Below Configuration will help to fix ACL problem 
Hosts from the 172.16.0.0/16 network should have full access to Server1, Server2 and Server3 but this is not currently the case, as L1 can’t communicate to Server2 or Server3.
Explanation:
Following Configuration on Cisco Router R1 will help to fix all the ACL problems. 
enable
configure terminal
no ip access-list standard FROM_10
ip access-list standard FROM_10
 deny host 10.0.0.2
 permit any
 exit
!
no ip access-list standard FROM_172
ip access-list standard FROM_172
 permit host 172.16.0.2
 exit
!
interface GigabitEthernet0/0
 ip access-group FROM_192 out
 end
write memory
!
 
        
             
        
        
        
Answer:
RAM
ROM
PROCESSOR 
MOTHER BOARD
HARD DISK
Explanation:
Random access memory or RAM store data temporary 
Read only memory or ROM permanently store data and have a programming needed to start (PCs) or other electronic device
CPU or processor refers to brain of computer 
 Mother board the main internal hardware component of system unit
Hard disk is electro mechanical data storage