Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
Answer:
Q=0.000604 m³/s
Explanation:
Given that
d₁=5 cm
d₂=1 cm
P= 30 KPa
Density of water ,ρ=1000 kg/m³
As we know that volume flow rate Q given as


A₁=0.0019 m²

A₂=0.000078 m²

Q=0.000604 m³/s
Answer:
The percentage of silicon atoms per unit volume that are displaced in the single crystal lattice = 0.001 %
The percentage of silicon atoms per unit volume that are displaced in the single crystal lattice with boron atoms = 0.4 ×
%
Explanation:
No. of phosphorus atoms = 5 × 
The volume occupied by a single Si atom


2 ×


= 5 ×


Put the values in above equation we get

PCT =
%
These are the percentage of silicon atoms per unit volume that are displaced in the single crystal lattice.
(b).
No. of boron atoms = 2 × 
The volume occupied by a single Si atom


2 ×


= 5 ×


Put the values in above equation we get

PCT = 0.4 ×
%
These are the percentage of silicon atoms per unit volume that are displaced in the single crystal lattice.