Answer:
fonts i think?
Explanation:
i hope it helps also if its correct pls give me brainliest cuz i need to level up!
Answer:
Follows are the progrm to this question:
#include <iostream>//defining header file
using namespace std;
void printFeetInchShort (int numFeet , int numInches)//defining a method printFeetInchShort
{
cout<<numFeet <<"'"<<numInches<< " \" ";//print value with ' and "
}
int main()//defining main method
{
printFeetInchShort(5,8);//call method by pssaing integer value
return 0;
}
Output:
5'8 "
Explanation:
In the above-given program, a method "printFeetInchShort" is defined, that accepts two integer variable, that is "numFeet and numInches" in its parameters.
- Inside the method, a print method is used that prints integer variable value with " ' and " " value.
- At the last step, the main method is defined, which calls the above-given method by passing integer value in its parameters.
The answer is C because he'll be able to search up the employees name then it will tell him all the information he needs along with their job profile
Answer:
d. Backdoor
Explanation:
A backdoor is a type of malware that overrides security checks and authentications to access a computer or embedded device.
When this is done, remote access is granted and databases and servers can be accessed and modified. Attackers can also give remote commands to the system.
What happened to Ann in the payroll department is probably a backdoor attack that affected her device.
A large multi user program