answersLogoWhite

0

No, I doubt it. Reading through alot of things, Harvard will only accept All A's etc. You are competing with people everywhere. You definitely will not make Harvard.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Can a c plus plus class be derived from a Java class?

No.


I'm in an advanced class and my mom is pissed about me having a B plus and she is punishing me like wtf anyone help?

uuuuuhhhmmmmmm maybe you should like make a list of everyones grade in the class and have them sign it to show your mom you have the same grades as everyone else in the class


What is the sentence for advanced?

The advanced student got an A-plus on the math test.


What Happens If you Fail a 7th grade placement test by a small amount but still have a B plus in the class do you get held back and retake the class?

You might get held back and retake the class. Depends on what school you go to.


How do you create a class in C plus plus?

class class_name { private: data_members; public: member_functions; };


What is nested class in c plus plus?

s.


How many levels of skateboard arena advanced on Wii fit plus are there?

There are 8 levels to the advanced stage.


What is the unit of programming in c plus plus A. Function B. class C. object D. Attribute?

B. Class.


What are the abstract datatypes in c plus plus?

Class Object Message


What is object in c plus plus?

An object is simply an instance of a class.


What is an instance class in C plus plus?

You have a class(i.g. MyClass): class MyClass{ public: int MyData; }; And then you use the class like this: int main(){ MyClass MyObject; MyObject.MyData=7; }


What is member fusion in c plus plus?

If you are asking about member functions. When we declare a function inside a class then that function becomes member function of that class and this function can access the whole class