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;
}
}
Answer:
Ensure that all material and energy inputs and outputs are as inherently safe and benign as possible. Minimize the depletion of natural resources. Prevent waste. Develop and apply engineering solutions while being cognizant of local geography, aspirations, and cultures.Green engineering is the design, commercialization, and use of processes and products that minimize pollution, promote sustainability, and protect human health without sacrificing economic viability and efficiency.The goal of environmental engineering is to ensure that societal development and the use of water, land and air resources are sustainable. This goal is achieved by managing these resources so that environmental pollution and degradation is minimized.
Explanation:i helped
Answer:
a)COP=5.01
b) KW
c)COP=6.01
d)
Explanation:
Given
= -12°C,=40°C
For refrigeration
We know that Carnot cycle is an ideal cycle that have all reversible process.
So COP of refrigeration is given as follows
,T in Kelvin.
a)COP=5.01
Given that refrigeration effect= 15 KW
We know that
RE is the refrigeration effect
So
5.01=
b) KW
For heat pump
So COP of heat pump is given as follows
,T in Kelvin.
c)COP=6.01
In heat pump
Heat rejection at high temperature=heat absorb at low temperature+work in put
Given that KW
We know that
d)
Answer:
Explanation:
Sum of the side slope = 2 + 1 = 3
Length of first slope = 2/3 X 3.6 = 2 X 1.2 = 2.4m
Lenght of second slope = 1/3 X 3.6 = 1.2m
Area of the trapezoidal channel = (2.4 + 1.2)/2 X 3.6 = 1.8 X 3.6 = 6.48m²
Alternate dept = 50m³/6.48m²= 7.716m
Those that harden under strain, such as the aluminum-magnesium alloys used in beverage cans and the copper-zinc alloy, brass, used for cartridges, which show more strain hardening than pure copper or aluminum, respectively.
When a material is deformed under a substantial amount of strain, strain hardening is seen as a strengthening process. Lamellar crystals and chain molecule orientation on a vast scale are the culprits. When plastic materials are stretched past their yield point, this phenomena is frequently seen. When a metal is stretched past its yield point, strain hardening occurs. The metal appears to get stronger and harder to deform as more stress is needed to cause additional plastic deformation. Strain hardening is directly related to fatigue.
Learn more about strain hardening here-
brainly.com/question/15058191
#SPJ4