There's so much confusion as I started to learn new codes Forgot old codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

There's so much confusion as I started to learn new codes Forgot old codes

7th Oct 2018, 2:03 PM
Aiman
Aiman - avatar
14 Answers
+ 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.
7th Oct 2018, 3:26 PM
John Wells
John Wells - avatar
+ 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.
7th Oct 2018, 3:09 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 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.
7th Oct 2018, 9:47 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 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?
7th Oct 2018, 8:08 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 9
Aiman thnx
7th Oct 2018, 9:48 PM
blACk sh4d0w
blACk sh4d0w - avatar
+ 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.
7th Oct 2018, 9:39 PM
John Wells
John Wells - avatar
+ 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.
7th Oct 2018, 3:16 PM
John Wells
John Wells - avatar
+ 1
thankyou so much John Wells. I found it very helpful
7th Oct 2018, 3:17 PM
Aiman
Aiman - avatar
+ 1
thankyou for this helpful answer John wells ☺
7th Oct 2018, 10:19 PM
Aiman
Aiman - avatar
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.
7th Oct 2018, 2:47 PM
Ulisses Cruz
Ulisses Cruz - avatar
0
thankyou so much
7th Oct 2018, 2:48 PM
Aiman
Aiman - avatar
0
what if we are weak in maths and alogrithms can we still code?
7th Oct 2018, 3:11 PM
Aiman
Aiman - avatar
0
nautasxh Ahmad good question
7th Oct 2018, 9:02 PM
Aiman
Aiman - avatar
0
you need practice to remember all
19th Oct 2018, 4:50 AM
Hassnain Javed
Hassnain Javed - avatar