Answer:
// Program is written in Java Programming Language
// Comments are used for explanatory purpose
import java.util.*;
public class FlipCoin
{
public static void main(String[] args)
{
// Declare Scanner
Scanner input = new Scanner (System.in);
int flips;
// Prompt to enter number of toss or flips
System.out.print("Number of Flips: ");
flips = input.nextInt();
if (flips > 0)
{
HeadsOrTails();
}
}
}
public static String HeadsOrTails(Random rand)
{
// Simulate the coin tosses.
for (int count = 0; count < flips; count++)
{
rand = new Random();
if (rand.nextInt(2) == 0) {
System.out.println("Tails"); }
else {
System.out.println("Heads"); }
rand = 0;
}
}
C both A and b cause they are technician both technicians so they both measure out the floor pan reinforcement be designed to transfer collision energy so I say both A and B
Answer:
5320.6 Pascal
Explanation:
Manometer is a pressure measuring device use to measure gas pressure .
Pressure difference in Manometer is a function of density,gravity and the height difference of the liquid.
Pressure difference = density x acceleration due to gravity x difference in height of liquid
Density of liquid = specific gravity of object x density of water.
Density of water = 997 kg/m^3
Specific gravity of liquid = 1.7
Density of liquid = 997 x 1.7 =1694.9kg/m^3
g= 9.81 m/s^2
h =320mm = 0.320m
Pressure difference = 1694.9 x 9.81 x 0.320 = 5320.6 Pascal
Answer:
The Current will decrease by a factor of 2
Explanation:
Given the conditions, it should be noted that the current in the circuit is determined by the LOAD. In other words, the amount of current generator will be producing depends upon the load connected to it.
Now, as the question says, the load is reduced to half its original value, we can write:


Since, P2 = P1/2,

Dividing equations (1) and (2), we get,
P1 / (P1/2) = I1/ I2

Hence, it is proved that the current in the transmission line will decrease by a factor of 2 when load is reduced to half.