Beginner's Intro to Coding Fundamentals
blog.learnstreet.com
Beginner's Intro to Coding Fundamentals
1–4 of 4 posts
Re: Beginner's Intro to Coding Fundamentals
#2I am new to programming.How much truth is there in the statement"90% of code consists of for,while,if loops"?Even though the page states it is a made up statistic?
Re: Beginner's Intro to Coding Fundamentals
#3I am new to programming.How much truth is there in the statement"90% of code consists of for,while,if loops"?Even though the page states it is a made up statistic?
I write if while for all the time. So there is much truth in terms of actual code. The other times you are just calling other methods
Re: Beginner's Intro to Coding Fundamentals
#4I am new to programming.How much truth is there in the statement"90% of code consists of for,while,if loops"?Even though the page states it is a made up statistic?
I write if while for all the time. So there is much truth in terms of actual code. The other times you are just calling other methods
sites like learnstreet,codeschool,codcademy can they really teach you enough programming to solve huge problems?most of them seem to be just teaching syntax and a few problems to solve seem to be given.