Answer:
(a) water height =408.66 in.
(b) mercury height=30.04 in.
Explanation:
Given: P=14.769 psi ( 1 psi= 6894.76
)
we know that 
where 
h=height.
Given that P=14.769 psi ⇒P= 101828.6 7
(a)

⇒101828.67=
=10.38 m
So water barometer will read 408.66 in. (1 m=39.37 in)
(b) 
=13600
So 101828.67=
=0.763 m
So mercury barometer will read 30.04 in.
Answer:
import java.io.*;
import java.util.Scanner;
public class CountWordsInFile {
public static void main(String[] args) throws IOException {
Scanner keyboard = new Scanner(System.in);
System.out.print("Enter file name: ");
String fileName = keyboard.next();
File file = new File(fileName);
try {
Scanner scan = new Scanner(file);
int count = 0;
while(scan.hasNext()) {
scan.next();
count += 1;
}
scan.close();
System.out.println("Number of words: "+count);
} catch (FileNotFoundException e) {
System.out.println("File " + file.getName() + " not present ");
System.exit(0);
}
}
}
The other factor is 50
Hope this help <3
Help me and mark my answer as brainliest plz plz
mechanism, in mechanical construction, the means employed to transmit and modify motion in a machine or any assemblage of mechanical parts.
The right components for gsm architecture that consists of the hardware or physical equipment such as digital signal processors, radio transceiver, display, battery, case and sim card is the Mobile station.
<h3>What are the 4 main components?</h3>
In GSM, a cell station includes 4 fundamental additives: Mobile termination (MT) - gives not unusualplace features consisting of: radio transmission and handover, speech encoding and decoding, blunders detection and correction, signaling and get right of entry to to the SIM. The IMEI code is connected to the MT.
Under the GSM framework, a cell tele cell smartphone is called a Mobile Station and is partitioned into wonderful additives: the Subscriber Identity Module (SIM) and the Mobile Equipment (ME).
Read more about the mobile station:
brainly.com/question/917245
#SPJ4