+ 5
Is mathematics necessary in computer programming???
I don't like mathmatics 😂😂😂
4 Answers
+ 2
yes , mathematics is required but not any formulas etc. we just required reasoning. it is very important for many exams and useful coding also..
+ 2
Ahh. I am master mind of Reasoning....😎😎
+ 1
Well yes but not always a high level of math. Most of what coding is is 0,1s that are translated for use to see. However a computer reads numbers easiest that is why codes functions like for() while() need a varible int to keep the count of where to end or start otherwise its endless. So you do not need to know crazy high levels of math for coding but math does help. And dont be intimidated by the codes because they will do all the work once you put them in motion.
Hope this helps. Happy coding.