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).
<span>Firewalls labeled as appliances are intended to be easy to use. The answer is (a) TRUE. These firewalls as appliances imply that you simply plug them in and they work on its own. The user or administrator does not need to be an expert on how these firewalls work, similar to many home appliances that we simply plug in and they work by themselves. </span>
The compression ratio is 20:1 please mark me brainliest
are what you plan to achieve by the end of your project.
Explanation:
This might include deliverables and assets, or more intangible objectives like increasing productivity or motivation. Your project objectives should be attainable, time-bound, specific goals you can measure at the end of your project.
statement that describes the “what” of your project. The tangible and measurable “what”. The “what” that's achievable, realistic, and can be completed within the time allowed. These statements ladder up to the goals of the project, providing stepping stones to project success.
<h3>:) CARRYINGTOLEARN</h3>