Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
can any one plz tl me the program for lcm and hcf of two numbers in c# programmin​g

[edit] Homework tag added[/edit]
Posted
Updated 26-Jul-12 4:22am
v2
Comments
[no name] 26-Jul-12 10:23am    
Consult your class notes.
lewax00 26-Jul-12 11:39am    
You come here asking people to do your homework for you, and you can't even bother to type out your words when asking? Good luck with that.

1 solution

Well, what to say? Good luck with your homework.
You know, this is 'Quick Answer' we don't provide complete code for homework. Please try hard yourself and if you're stuck then post here specific questions.



Programming as a school course is different from almost any other topic that students study in school. Rather than solving equations and formulas with homework, you are asked to take an assignment and apply certain principles by creating projects. If you are unable to find specific equations and methods, then getting assistance and help to prepare for an end project may be a better solution. Taking specific steps on your own first and receiving assistance when you are unable to move forward will then provide you with a basic understanding of what it takes to make your programming project work. Following are some tricks to use when you begin any programming assignment.

1. Look for examples and references. Rather than invent a program from scratch, you can use open source code and other examples that are on the Internet. This will not only teach you the different steps that are required for your project, but will also show you what a successful assignment looks like.

2. Experiment with coding. Often, programmers will find better formulas and equations by looking at what already exists then slightly altering it for their needs. If you are uncertain on how you should prepare and make a certain project, then you can begin by looking at the basic steps that you need to take. When there is a missing step, you can experiment with it according to what you know and what you are learning at the time.

3. Always find references. Beyond open source code is the ability to find better programming materials by looking at references and guidelines. Most likely, the programming homework you have is used as an example of what you have learned in class. Combining this with outside references can then help you to get better results for your needs.

This combination of steps will then provide you with new alternatives to finishing any assignment you have. If you still have difficulties, then finding professional help and assistance to guide you through different steps may also be an option. This will ensure that you can complete the project you have with efficiency and without running into the road blocks that are a part of your assignment. No matter what you have to create with programming homework, you can easily do the assignment by researching various sources and by getting outside help to put together the pieces of your homework.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900