Answer:
- Code is in JAVA language. As there is no user input the logic is straightforward.
- Below is the code along with a detailed explanation of the logic.
- The class name is Print main save as file as the main class.
Explanation:
Program:-
public class Main{
public static void main(String args[]){
/* There are two for loops...
* First for loop runs from i=1 to i=9
* Second for loop runs from j=1 to j=i.
*
*/
for(int i=1;i<=9;i++){
for(int j=1;j<=i;j++){ // j loop runs from j=1 to j=i
/*Prints I and j next to each other*/
System.out.println(i+""+j);
}//for loop of j ends here
}// for loop of I ends here
}
}
Answer:
the correct answer is E
I do all of these so I would assume E
Answer:
DUAL - HOMED FIREWALL
Explanation:
Dual-home firewall refer to an Ethernet device that has more than one network interface that sits between an untrusted network and trusted network in other to provide secure access.
In dua homed firewall one connection is an internal network and the second connection is to the Internet and works as firewall provided in which there is no direct IP traffic between the Internet and the internal network. In such a case, all Internet applications are run only on the dual-homed host.
Answer: I haven’t played but i wanna
Explanation: