In computer science: reasons for writing methods?
-
in computer science whats the reason for writing methods? give a couple of reasons if you got more then one plz make it clear and easy nd not to much detail and no complicated words lol
-
Answer:
To simplify the code, if you need to do certain operations multiple times, you will put them in a method which you can call whenever you need to execute these operations. For example you can write a method called "lowestNum" which finds the lowest of 3 numbers and every time you need to find the lowest of 3 numbers in your main method you can call the lowestNum method to do the job, instead of copying the same operators over and over to do the job. If you need more help just google it. You can find plenty of programming stuff in internet.
Yahoo! Answers Visit the source
Other answers
Who told you taking a cs course was easy? Read the textbook!
Code reuse. If you're going to execute the same code repeatedly, write it once, so you only have to modify it once.
Related Q & A:
- What is the difference between a Computer science (A.S.) and Computer Information Systems (A.S?Best solution by Yahoo! Answers
- Which one is better-computer engineering or computer science?Best solution by Quora
- What can I do to get a good job with my Bachelors of Science in Computer Science?Best solution by collegexpress.com
- Bachelor of Computer Science or Bachelor in Applied Computer Science.Best solution by Yahoo! Answers
- BA Computer Science vs. BS Computer Science?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.