Answer:
The full program is:
<em>num1 = int(input()) </em>
<em>num2 = int(input()) </em>
<em>print(num1 + num2)</em>
<em />
Explanation:
Given
<em>num1 = int(input()) </em>
<em>num2 = ?</em>
<em>print(num1 + ?)</em>
<em />
Required
Replace ? with the right codes
Line 1: The syntax is correct
Line 2: The ? should be replaced with an integer input function to get input for num2.
So, the second line would be: <em>num2 = int(input()) </em>
Line 3: The ? should be replaced with num2 in order to calculate and print the required sum.
So, the third line would be: <em>print(num1 + num2)</em>
<em />
A command you would use to perform a reverse lookup of the IP address 10.0.0.3 on a Linux system: dig -x 10.0.0.3.
<h3>What is a Linux command?</h3>
A Linux command can be defined as a software program that is designed and developed to run on the command line, in order to enable an administrator (end user) of a Linux network perform both basic and advanced tasks by only entering a line of text.
<h3>What is IP address?</h3>
IP address is an abbreviation for Internet protocol address and it can be defined as a unique set of numbers that are assigned to a computer, website or other network devices, in order to successfully differentiate them from one another in an active network system.
In Computer Networking, a command which an administrator (end user) would use to perform a reverse lookup of the IP address 10.0.0.3 on a Linux system is dig -x 10.0.0.3.
Read more on Linux commands here: brainly.com/question/25480553
#SPJ1
Answer:
see description
Explanation:
clicking in new script, we type the following:
%inputs and variables
N = input('Enter N : ');
values = input('Enter values : ');
positive=0;
negatives=0;
zero=0;
%for loop
for c = 1:N
if values(c) > 0
positive = positive + 1;
elseif values(c) < 0
negatives = negatives + 1;
else
zero = zero + 1;
end
end
positive
negatives
zero
so we basically loop the array and add one to counters each time we read an element from the input, for example if we enter:
Example input
Enter N : 5
Enter values : [1,-1,0,2,352]
positive = 3
negatives = 1
zero = 1
Answer:
1.weigher - to weigh meat
2.
3. scissor - to cut things
4. tongs
5.measuring cups - to measure dry ingredients like flour
6 temperature - measures temperature
7 measuring spoons