Answer:
The answer to this question is option "d".
Explanation:
In the given question option d is correct because variable-length argument is a new feature in J2SE 5.0 which stands for java 2 standard edition and 5.0 is the version name. It is the variable-length argument lists. A coder can create functions that uses a function to receive several parameter that is not specified. An argument type followed by an ellipsis(...) in the parameter list of a method means that a fixed number of arguments of that particular type is obtained by the method. and other options are not correct that can be given as:
- In option a, we do not need to use the string the variable-length argument list. That's why it is wrong.
- The option b and c are all wrong because in the last parameter the variable-length argument list is used.
That's why the answer to this question is the option "d".
Answer:
i wish i could help u but i cant find a "free" one
Explanation:
Answer:
#include <iostream>
using namespace std;
int main ()
{
float number = 0.0;
float check = 45.6;
cout << "Enter Numeber";
cin >> number;
if (number > check)
{
cout << " Greater than 45.6" << endl;
}
else
{
cout << " Lesser than 45.6" << endl;
}
return 0;
}
Explanation:
declare and initialize float type variable number. Float is used to cater for decimal but not using to much space which is used by double data type. Check value is stored in other variable called check.
Take input from user in number and write an if statement to check whether entered number is less than 45.6 or greater.If number is lesser than check display message "Greater than 45.6" other wise display message "Lesser than 45.6"
True
1 clarify programing needs
2 design the program
3 code the program
4 test the program
5 document and maintain
Answer: d) Illegal and unethical
Explanation: Illegal term is used for the something that is incorrect according to regulation.The legal factor is not present in this type of activity and thus it is judged by the regulations as unauthorized act and can be concluded as act of crime .
Unethical term defines that something is incorrect in a moral way and the person doing the unethical activity lacks the principles in his/her nature.
Jared is also performing illegal act by selling the piracy antivirus package of software .The act is unethical as well because Jared is lacking the basic morals e.g.-stealing is offensive and incorrect act.Thus the correct option is option(d).
Other options are incorrect because the act done by Jared is against the conduct which is not legal and ethics are moral features which is not present in Jared's act.