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:
HUMAN DEVELOPMENT
MOTOR BEHAVIOR
EXERCISE SCIENCE
MEASUREMENT AND EVALUATION
HISTORY AND PHILOSOPHY
UNIQUE ATTRIBUTES OF LEARNERS
CURRICULUM THEORY AND DEVELOPMENT
Explanation:
Answer:
a) 8kW
b) $128
Explanation:
Given the coefficient of performance of the heat pump cycle to be 2.5
Energy delivered by the heat pump = 20kW
a) net power required to operate the heat pump = Energy delivered / coefficient of performance
Net power required = 20/2.5
= 8kW
b) Given the cost of electricity is $0.08 for 1kWhour
Since net power required to operate heat pump = 8kW
If the heat pump operate for 200hours, total power required for a month = 8kW×200hours = 1600kWhour
since 1kWh of electricity costs $0.08, cost of electricity used in a month when the pump operates for 200hour will be 1600kWh×$0.08 which is equivalent to $128
Answer:
What's your question?
Explanation:
I'm not able to understand it....
Sorry.
D) cost
The fund available for a project is the first factor to be considered to ensure that the project comes to reality and serve it’s purpose