Answer:
- #include <iostream>
- using namespace std;
- int main()
- {
- int highest = 0;
- int score;
- do{
- cout<<"Input a score: ";
- cin>>score;
-
- if(score > highest){
- highest = score;
- }
- }while(score >= 0);
-
- cout<<highest;
- return 0;
- }
Explanation:
Firstly, create a variable highest and initialize it with zero (Line 5). Next, create a do while loop (Line 7 - 14). Within the loop prompt user to input a score (Line 8-9) and if the current score is higher than the highest variable, assign the score to highest variable (Line 11 - 13).
After finishing the loop when user put in any negative value, the program shall be able to print out the highest input score (Line 16).
Answer:
perception i do believe is the answer
Answer: Cognitive
Explanation:
According to the question, the Ryan shows cognitive attitude towards the HDTV. The cognitive component basically refers to the three main components that are:
- Thoughts
- Beliefs
- Attributes
The cognitive component is one of the type of attitude which basically consist of various types of thoughts, knowledge and the beliefs towards the any type of object. It is one of the belief and opinion of the attitude.
Answer:
B. Install in Safe Mode.
Explanation:
Since Jennifer is using the administrator account, she should be able to install the program.
Hence, she should install the anti-malware software in Safe Mode.
In Computer science, Safe Mode is a mode in which the operating system loads only the bare minimum services, process and programs to boot or start up.
Hence, Safe Mode will ensure that when Jennifer is installing the anti-malware software, no other program or service is running which may interfere with her installation.
Answer:
A
Explanation:
The answer is A because, to be novice at something that means one is new to and is inexperienced at said activity.