Explanation:
As the qn was copy pasted from another document...the qn seems incorrect... and incomplete..
pls see to it and attach the correct qn...
sorry
Answer:
no
Explanation:
Wikipedia can change the answers everyday and the answer are not true, but the gov website only tells about the government not any subject.
Answer: According to McCall's quality model , the three important factors for the aspect of a software product are:-
- Product Revision
- Product Operation
- Product Transition
Explanation:
Product Revision:-these are the factors which includes the maintenance, flexibility and testing of a software .
Product Operation:-these include the factors like checking the correctness, usability, reliability, efficiency and Integrity of software to maintain its quality
Product Transition:- these are the qualities that define the portability, interoperability and whether the software can be reused or not .
Answer:
see explaination
Explanation:
#include <iostream>
#include <string>
using namespace std;
class Employee
{
string name;
int salary;
public: Employee()
{
}
Employee(string name, int salary)
{
this->name=name;
this->salary=salary;
}
void setName(string name)
{
this->name=name;
}
void setSalary(int sal)
{
this->salary=sal;
}
string getName()
{
return name;
}
int getSalary()
{
return salary;
}
void raiseSalary(int percentage)
{
if(percentage<0)
{
cout<<"Invalid percentage";
}
else
{
salary=salary+((float)percentage/100)*salary;
}
}
};
int main()
{
int percentage;
Employee e1("Satur",1000);
cout<<"Employee details are:";
cout<<e1.getName();
cout<<e1.getSalary();
cout<<"Enter the percentage raise";
cin>>percentage;
e1.raiseSalary(percentage);
cout<<"Raise in salary:";
cout<<e1.getSalary();
return 0;
}
The computer system update will ask a question to update pdf documents or not.
<u>Explanation</u>:
- The computer system update will ask a question to update pdf documents or not.
- Backupdocs.com is a website used to back up all the data contained in the computer system.
- Generally, it will ask the user the questions to backup which data and which data should not be backed up.
- So when we select the backup option it will ask the user to confirm backup or not including all the documents.
- So backupdocs.com will be giving an update to the computer system regarding the pdf documents savings.