This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:acrowle1:portfolio:cprogproject5 [2014/03/23 17:14] – [Objectives] acrowle1 | user:acrowle1:portfolio:cprogproject5 [2014/03/23 18:01] (current) – [Background] acrowle1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
A project for C/C++ Programming (CSCS1320S14) by Alana Whittier during the Spring Semester, 2014. | A project for C/C++ Programming (CSCS1320S14) by Alana Whittier during the Spring Semester, 2014. | ||
- | This project ~1 week to write in it's entirety. By 1 week, I am stating that working on it an hour or so here and there within that span. | + | This project |
=====Objectives===== | =====Objectives===== | ||
The purpose of this project is to implement a programmatic solution utilizing a mental math trick of multiplying two numbers together that share a common power of 10. | The purpose of this project is to implement a programmatic solution utilizing a mental math trick of multiplying two numbers together that share a common power of 10. | ||
Line 9: | Line 9: | ||
In order to successfully accomplish/ | In order to successfully accomplish/ | ||
- | * resource1 | + | * [[haas: |
- | * resource2 | + | * ability to obtain user input |
- | * resource3 | + | * ability to use selection statements |
- | * experience1 | + | * ability to use both variables and mathematical functions or expressions to obtain expected results utilizing the mental math multiplication technique described in the assignment link provided above. |
- | * experience2 | + | |
- | * etc. | + | |
=====Background===== | =====Background===== | ||
- | State the idea or purpose | + | The premise |
- | Upon approval, you'll want to fill this section out with more detailed background information. DO NOT JUST PROVIDE A LINK. | + | Nikhilam is one of sixteen Vedic Math sutras, meaning "all from nine, the last from ten". For this project, the Nikhilam multiplication process is implemented programmatically to produce the resultant using the prescribed technique. Provided that both numbers input by the user share a common power of 10, the technique will perform the process in perhaps a more efficient way. |
- | Providing any links to original source material, such as from a project page, is a good idea. | + | Please see project |
+ | [[haas: | ||
- | You'll want to give a general overview of what is going to be accomplished (for example, if your project is about installing a web server, do a little write-up on web servers. What is it, why do we need one, how does it work, etc.) | ||
=====Scope===== | =====Scope===== |