What is wrong with this code?

```
int Main()
{
cout<<"Hello there!";
}

```

A. main() cannot be capitalized
B. No ; after the cout statement.
C. Hello There does not need “”
D. It will run fine.

A. main() cannot be capitalized

Computer Science & Information Technology

You might also like to view...

When creating a Microsoft account, a CAPTCHA is used to help verify that a real person is creating an account

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is the process of creating a numeric value that represents the original text?

A) Encryption B) Decryption C) Hashing D) Key management

Computer Science & Information Technology