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. Start orb
c. Start menu
d. All Programs
Answer:
the correct answer is start orb
Explanation:
B) nonfunctional and code style
C) constraint and nonfunctional
D) fashionable and functional.
Answer:
this is a confusing question cuz its normally functional and non-functional but imma have to go with C
~batmans wife dun dun dun....
Answer:
Designing and implementing an online voting system
Explanation:
Answer:
Designing and implementing an online voting system
Explanation:
Answer:
Set a restore point, confirm system compatibility and turn off the system firewall.
Explanation:
The computer system is divided into hardware and software. The software includes the operating system software that manages the system functionality and application software that comes with the operating system or manually installed by the client.
Manually installed applications from unknown websites can sometimes introduce malicious software like rootkit, Trojan horse and virus to the system which are harmful.
To prevent this, set a restore point, so to be able to revert the installation if it is harmful and allow firewall access for proper installation.