Current location - Training Enrollment Network - Mathematics courses - How many levels are there to learn programming language English? What math do you need to know? Excuse me! I am a junior high school student in Wen Pin, and I want to learn computer! Ask the master to
How many levels are there to learn programming language English? What math do you need to know? Excuse me! I am a junior high school student in Wen Pin, and I want to learn computer! Ask the master to
How many levels are there to learn programming language English? What math do you need to know? Excuse me! I am a junior high school student in Wen Pin, and I want to learn computer! Ask the master to teach the method! English proficiency only needs to know the alphabet, because in programming, because it is only a name, it is meaningless to distinguish the codes of various parts. And even if you don't understand it, there is an online translation.

You can learn as much math as you use. If you use 1* 1, you can multiply it by 99. If you use trigonometric functions, you will know cos and sin.

As for the difference between knowing English and not knowing English, I will give you a piece of code and you will know.

For example, this is your name:

int x=4,y=3,I = 2;

Calculate as

int c = x * y+I;

c = = 14;

This is someone else's:

int Pointx=4,yPointy=3,Scene = 2;

Calculate as

int player point = Pointx * Pointy+Scene;

player point = = 14;