Answer:
#include <stdio.h>
#Include<iostream>
using namespace std;
//Define required function
PersonalInfo( )
{
printf("Name : Robert Josh\n");
printf("DOB : July 14, 1975\n");
printf("Work Phone : 00-00000000\n");
printf("Cell Phone : 11-777777777\n");
return(0);
}
int main()
{
//Call function
PersonalInfo( );
return 0;
}
Explanation:
Its just a simple code to print required details when the function PersonalInfo is called.
Answer:
Pedro buys a subscription that allows him to watch movies online
Explanation:
Pedro <em>paid</em> for what he got, while the others were not paying for the good or service and did not have direct permission to use
Answer & Explanation:
No Browsing History:
- Your browser is probably set to incognito mode, change it to general mode.
- space set on your drive to save the content from your browser might be completely filled, Make sure you have given your browser enough space on your drive to save contents.
- The number of days to record the history in your browser is set to 0, Check the settings and make sure it is not set to 0.
Phishing Scam
- Change all the credentials on the site that you have disclosed.
- Immediately report the mail to an IT department and necessary authorities.
- Mark the mail as span and block the mail id.
Suspicious File Attachment
- May be that the suspicious file contains a virus file. Often such viruses are attached to external "Show-case" files so that the victim is not able to identify them. Once the external file is tried to open, the virus slips into the main memory (your RAM) and start executing in the background, creating copies of itself and executing every copy. Soon they start eating up the main memory (The memory that runs all your programs) making your PC slow to respond.
Antivirus Software Outdated
- Connected to the Internet and update the antivirus.
Laptop's Physical Security
- Set a password.
- install a tracking software.
Answer:
Explanation:
public class Team {
private String teamName;
private int teamWins;
private int teamLosses;
public String getTeamName() {
return teamName;
}
public void setTeamName(String teamName) {
this.teamName = teamName;
}
public int getTeamWins() {
return teamWins;
}
public void setTeamWins(int teamWins) {
this.teamWins = teamWins;
}
public int getTeamLosses() {
return teamLosses;
}
public void setTeamLosses(int teamLosses) {
this.teamLosses = teamLosses;
}
public double getWinPercentage() {
return teamWins / (double) (teamWins + teamLosses);
}
}
Answer:
he should cite the websites of where he got his information.
Explanation: