Idk what is it?
a computer?
plz mark me as brainliest
Answer:
//here is code in c++.
#include <bits/stdc++.h>
using namespace std;
int main()
{
// variable
int temp;
cout<<"Please enter the temperature:";
//read temperature from user
cin>>temp;
int n;
// reduce the case for switch
n=temp/10;
// print output according to the switch case
switch (n) {
case 7:
case 6:
cout<<"tennis"<<endl;
break;
case 5:
case 4:
cout<<"golf"<<endl;
break;
default:
if(temp>=80)
cout<<"swimming"<<endl;
else
cout<<"skiing"<<endl;
break;
}
return 0;
}
Explanation:
Read the value of temperature from user and assign it to variable "temp".
Calculate n=temp/10, to limit the number of cases in the switch statement.
if temperature is greater or equal 60 & less than 80, it will print "tennis".
If temperature is greater or equal 40 & less than 60, it will print "golf".
in default case, if temperature is greater than 80, it will print "swimming".
if less than 40, print "skiing".
Output:
Please enter the temperature::67
tennis
The answer is Portrait, or Option Choice C.
Diagonal can be relative to any shape
Sideways can be relative to any shape
Portrait is usually more vertical than horizontal because it is used to depict a person, usually stopping at the bottom of the torso
By process of elimination, Landscape is the answer. Also, its because Landscape is usually used to depict the Land scape. What a surprise. And as you know, their is only so far you can paint vertically , but there is much more to paint horizontally. Making the canvas more horizontal than vertical.<span />
Answer:
C0r3CtPP4zzu0Rd
Explanation:
zxcvbn is a password security and "strength" meter. This meter can identify password repetitions and patterns that will make it easier for some of your passwords to be discovered and your account to be hacked. This meter has as easy passwords to be discovered passwords that have dates, popular words or phrases, personal names and etc.
For zxcvbn to consider a password as strong, which would take centuries to be discovered, it is recommended that two words are used. In addition, these words must have a combination of uppercase and lowercase letters, numbers and symbols.
In this case, we can consider that the password "C0r3CtPP4zzu0Rd" is an easy password that could break zxcvbn.
If you pay attention, the password shown above is a code for the words "correct password", however, there is a combination of letters, numbers and symbols that follow a logical sequence and easy to be memorized, however zxcvbn would consider a * that it would take centuries to be discovered.