Answer:
those are bots , just report those
Explanation:
I belive the answer would b "D" hope this helps
Answer:
#include <iostream>
using namespace std;
int main()
{
int birthMonth, birthYear;
cout << "Enter your Birth Month and Year" << endl;
cin>>birthMonth;
cin>>birthYear;
cout<<birthMonth;
cout<<"-";
cout<<birthYear<<endl;
return 0;
}
Explanation:
Using C++ Programming Language, Firstly we declare to variables to hold the values for the birthMonth and birthYear. We then used a cout statement to prompt the user to input values for month and year, then three cout statements are used to display the output according to the question's specification.
Computers were computers that emerged due to the development of the integrated circuit.