Answer:
Correct option is (C) that is cin >> length >> width >> height;.
Explanation:
In the C++, for reading the input we use "cin>>" operator. If we have to read multiple input in the same line we can use this as "cin>>x>>y>>z;". it will read multiple input in the same line. "Cout<<" is use to print output in C++.To read multiple input, all the variables are separated by ">>" operator.To read multiple input we can separate variables
by ",".
Example:
cin>>x>>y>>z;
it will read three value in variables "x","y" and "z" respectively.
Answer:
If this is a Mac, it's a common problem and there isn't anything to fix it because it's just like that. I reccomend unplugging the computer and NOT signing off. Because of that, that may be why it is the problem for you. I do not know about Windows Computers, but this is some info that applies with all computers.
Explanation:
Answer:
def funct1():
h=int(input("Enter height of the box"))
w=int(input("Enter the width of the box"))
L=int(input("Enter the length of the box"))
surface_area=2*(h*w + h*L + w*L)
return surface_area
a=funct1()
print(a)
Explanation:
Please check the answer section.
Answer:i think is an intranet
Explanation:because that's where they save most of their things
Answer:
Neither A nor B
Explanation:
<em>Reserve capacity</em> is the number of minutes that a new, fully charged battery can discharge continuously and maintain a terminal voltage equal to or greater than 1.75 volts per cell.
<em>An ampere-hour </em>is an electric charge unit and its abbreviation is Ah.
It measures the amount of electric charge flowing through a battery in the case that amount supplies a current of 1 amp for 1 hour.