answersLogoWhite

0

He is called Alex Mercer.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

On what Seinfeld episode did a character create bras for men?

The television episode on Seinfeld where Kramer created a prototype bra for men was episode 29. Kramer called this "The Bro", while Costanza called it the "The Manssiere."


What is A full-scale working model used to test a design concept is called?

Prototype


What is prototype in C language?

A prototype in C is the declaration of a function. Without a prototype, the function cannot be called because the compiler would have no way of knowing if the function was being called correctly. Prototypes may appear in multiple translation units but can only be defined once. A definition is itself a prototype.


What is the main character in prototype?

The main character in the game Prototype is Alex Mercer, a man who gains shape-shifting abilities and sets out to uncover the secrets of his past while battling enemies in a virus-ridden New York City.


What is an example of a concept?

An example of a concept is called a prototype.


What is an example of concepts?

An example of a concept is called a prototype.


Does Alex mercer from Prototype have a theme?

Yes he does.who would make a main character in a game have no theme song


Will infamous be out on xbox 360?

No,but you can buy a similar game called "Prototype"


Will there be a new character in Prototype 2?

Yes, you are a military sargent, and you are sent to kill Alex Mercer. Watch the trailer on youtube.


How do you escape the prototype helicopter in GoldenEye 007?

When your character awakens in the prototype EMP hardened helicopter, look to your left and you will see a red button on the left side of the door. press it and you should be ejected from the helicopter before the missiles make contact.


Does alex mercer come back in prototype 3?

It is possible that Alex comes back in prototype 3 as the director of radical entertainment stated with a smile, "a virus can spread if not contained properly" with this you have a hope that he will come back and be the main character in prototpe 3.


Write a function prototype named test that accepts two parameters an integer and character and returns a float?

float test(int, char);