1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Irina18 [472]
3 years ago
8

Class secretType { public: static int count; static int z; secretType(); secretType(int a); void print(); static void incrementY

(); private: int x; static int y; }; secretType::secretType() { x = 1; } secretType::secretType(int a) { x = a; } void secretType::print() { cout << "x = " << x << ", y = " << y << "z = " << z << ", count = " << count << endl; } static void secretType::incrementY() { y++;}. Which of the following statements correctly creates the object mySecret of type secretType and sets the value of the member variable x to 9?a. secretType mySecret(9).b. mySecret = secretType(9).c. secretType = mySecret(9).d. secretType(9).mySecret.
Computers and Technology
1 answer:
ANEK [815]3 years ago
6 0

Answer:

a. secretType mySecret(9)

Explanation:

You might be interested in
How do I learn coding? Python
pickupchik [31]

first learn the basics about the computer than just slowing move into it you feel?

5 0
3 years ago
Read 2 more answers
Technology trends in education play a key role in a student’s
lesya [120]

Answer:

i would say C

Explanation:

Technology trends in education play a key role in a student’s

social life.

motivation.

career readiness.

job search.

4 0
3 years ago
Susan will be configuring a snort network ids sensor to monitor her subnetwork. she will be using a web-based console interface
Goryan [66]
The goal of the IDS is <span> to detect all types of malicious </span>network<span> traffic and computer usage that </span>can<span>'t be detected by a conventional firewall.
</span>The fact that Susan will be using a web-based console interface to manage the IDS system, means that will need to configure an alert monitor to store the alert data recorded by the snort sensor. Correct answer: D With the alert <span>monitor Susan will monitor whether her application is running without problems.</span>
3 0
3 years ago
When using the Internet, do not give out your __________ without your parents' permission. (Select all that apply.)
Dafna1 [17]

Answer:

IP address

Explanation:

if you do give out your IP address people can find you so you need to ask your parents to give out your IP address

8 0
2 years ago
What advantage do ExpressCard modules and U.S.B adapters offer over expansion cards?
sladkih [1.3K]
The advantage does of ExpressCard modules and U.S.B adapters offer over expansion cards is that it can connect a variety of devices to a computer. The technical standard of ExpressCard specifies the design of slots built into the computer and of expansion of cards to insert in the slots including the mobile broadband modems. It is sometimes connectors for externals devices such as flash drives, USB connectors and other ports that need to connect to the computer.
4 0
3 years ago
Other questions:
  • Before responding to an e-mail from another student in an online course, a student should
    13·2 answers
  • The first step in the five-step process for problem solving is to ____. evaluate take action understand the task or need complet
    10·2 answers
  • What is the order of arrangement of files and folders on a computer?
    15·1 answer
  • which one of the following word process feature saves you the most time when you keying in a document
    9·1 answer
  • What is a boolean in Java
    5·1 answer
  • What do you need to do before you can sort and filter data in a data base?
    12·1 answer
  • E-What is the important of Recycle bin?<br>Ans:​
    12·1 answer
  • If you're a beginner to data analysis, what is the first thing you should check when you build data queries?
    11·1 answer
  • What is Digital Citizen? It's one of my classes.
    5·1 answer
  • True or false: if you are adding your own css sheet, make sure your css file comes before the bootstrap css file.
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!