2 // I worked 40 hours and I make $20.00 per hour.
3 #include
4 using namespace std;
5
6 int main()
7 {
8 int hours;
9 double payRate, grossPay;
10
11 hours = 40;
12 payRate = 20.0;
13 grossPay = hours * payRate;
14 cout << "My gross pay is $" << grossPay << endl;
15 return 0;
16 }
Which line(s) in this program cause output to be displayed on the screen?
A) 13 and 14
B) 8 and 9
C) 14
D) 13
E) 15
b. False
I'm on Alpha omega academy and the correct answer would be false.
Answer:
Case. Under that, there is the motherboard which has all the connections to all the hardware
Explanation:
b.application softwarec. input/output system managementd. educational software
An Operating system is a system such as windows, Linux, and Mac X on which the users work. It can be GUI or command prompt-based.
Hence the other components of the operating system are I/O input-output system. That is option B.
Learn more about the components of an operating system include process,