+ 1
There's so much confusion as I started to learn new codes Forgot old codes
14 Respostas
+ 1
(i.e. what if we are weak in maths and alogrithms can we still code?) If you can solve a formula using a calculator, your math skills are good enough for most computer jobs. You definitely need algorithms skills to solve coding problems. In addition to coding things yourself, you should read how others solve the problems. Each person tends to solve a problem differently so I've learned new skills from people who couldn't even write a working program.
+ 10
What ever you learn something new, try to implement it your code.
Here's a link which has exercises for several languages:
https://www.w3resource.com/c-programming-exercises/
There are also exercises for other languages, you can choose of your own choice.
+ 10
Thank you for your reply John Wells, it seems that basics are important and the rest is hardly used. So we can survive if we have a sound grip in basics.
+ 9
John Wells I want to ask you a question, many people say that coding needs maths if you are not good you can't be a good coder. Is that true?
And how much is your experience in coding, and in that experience how much maths you have needed for codes?
+ 9
Aiman thnx
+ 3
I've coded professionally since 1973 and retired 2 years ago. You need to be able to take a formula and solve it once in a while, but with a calculator is fine. There are jobs that are pure math, but most hardly use any beyond simple operations you learned in the first 4 years of school. Logic operations (a small part of math) is important in order to code loops and if statements.
+ 2
If you understand the concepts of a language, but forget the syntax, a compile error will quickly remind you what needs to be changed. Now that Kotlin is the main language I use, I forget putting semicolons in other languages and the Python colons always get forgotten. But, an error message reminds me to fix them. Occasionally, I even use a web search to find the syntax I forgot. But, because the basics are there, it doesn't slow me down more than a few seconds.
+ 1
thankyou so much John Wells. I found it very helpful
+ 1
thankyou for this helpful answer John wells âș
0
If you don't want to forget what you've learned,
try using what you've learned.
Create a project where you will use it.
That way it will be more difficult to forget it.
0
thankyou so much
0
what if we are weak in maths and alogrithms can we still code?
0
nautasxh Ahmad good question
0
you need practice to remember all