Answer:
- int birthMonth, birthYear;
-
- cin >> birthMonth;
- cin >> birthYear;
-
- cout << birthMonth << "/" << birthYear;
Explanation:
Firstly, we declare two integer type variables, <em>birthMonth</em> and <em>birthYear </em>(Line 1). Next, we use cin as the standard input stream to get the birth month and year from user (Line 3 - 4). Finally, we print the date using cout. We can chain the << operator to create a date string with format birthMonth/birthYear as expected by question (Line 6)
To my thinking:
If it's a humanlike AI- then her phone will speak like we speak (english and other languages) also will talk how we talk (slang and will think what is the answer is based on the problems like right now the virus, everyone thinks we going to be stuck indoors forever so the AI will think that too)
if it's a non-humanlike AI- then the AI will be like -beep beep- (and say things that the users does’t understand )
if it's a weak AI- then it would be limited or use any info, expecting the user to find it out
if it's a strong AI- then it will answer things like as there sure what they said is an answer. like a educated guess
if it's a true AI- then it will have all the answers right, no matter if the AI looked it up or not
so to my thinking- I have Siri (iPhone) and when I see the answers to see what my AI is, then I would have picked answers A and E. But if I have to chose one then I'm am going with E.
External hard drives typically connect to a computer via an external port (such as a USB or <u>thunderbolt</u> port) or a wireless connection.
<h3>What is a hard drive?</h3>
A hard drive can be defined as an electro-mechanical, non-volatile data storage device that is made up of magnetic disks (platters) that rotates at high speed.
In Computer technology, all hard drives are commonly installed on computers and other digital service for the storage of digital files and to enable the booting of a computer through its operating system (OS).
<h3>What is a memory?</h3>
A memory can be defined as a terminology that is used to describe the available space on an electronic device that is typically used for the storage of data or any computer related information such as:
In conclusion, all external hard drives typically connect to a computer through an external port such as a USB, <u>thunderbolt</u> port, or a wireless connection.
Read more on hard drive here: brainly.com/question/26382243
#SPJ1
Answer:
balance_due in descending sequence.
Explanation:
When this query is executed, the rows will be sorted by balance_due in descending sequence.
It would be better if we could see the options, fully. But from what I can see, it should be B.