Answer:
are you wht
didn't understand the question
Answer:
This website is for answering and or asking questions, but just buy a new one or put rice in it if it went into something wet. Hope this helps!
Explanation:
be safe, good luck!
Answer:
- #include <iostream>
- using namespace std;
- void printLarger(int a, int b){
-
- if(a > b){
- cout<<a;
- }else{
- cout<<b;
- }
- }
- int main()
- {
- printLarger(4, 5);
- return 0;
- }
Explanation:
The solution code is written in C++.
Firstly define a function printLarger that has two parameters, a and b with both of them are integer type (Line 5). In the function, create an if condition to check if a bigger than b, print a to terminal (Line 7-8). Otherwise print b (Line 9-10).
In the main program, test the function by passing 4 and 5 as arguments (Line 16) and we shall get 5 printed.
Answer:
The electric field to balance the weight is approximately equals to 3.49x10^5 Newton/Coulumb
Explanation:
In order to be stationary position, magnitude of the total force due to electric field should be equal to the gravitational force that is,
where
where <em>q</em> is the charge of the droplet and E is the electric field. On the other hand
where <em>m</em>,<em>V ,d</em> and<em> r</em> are the mass, volume, density and radius of the oil droplet respectively and <em>g </em>is the gravitational acceleration (g=9,80665 m/sn^2). By using the first equation and solving it for the electric field we can write,
(Note: d=0.85 x 10^-3 kg/cm^3 and the unit of electric field is Newton per coulumb (N/C))