![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2007
Posts: 2
Rep Power: 0
![]() |
Currency Conversion
I can relate to getting discouraged. I am curently taking IT through distance learning. I am in fundementals of programming right now and it is hard as ever. I feel like I am losing my mind because I really want to learn it, but I am not grasping it for some reason. The instructor is via the web and we communicate through a message board it is harder than if I was in a campus classroom. Right now we have to design a program for currency conversion project basically we have to convert the canadian currency to the U.S. dollar.
I have read the reading material over and over and still nothing. I would check into private tutoring, but to be honest I just cant afford it. Does anyone ahve any suggestions that may help me grasp it better. I am open to anything, any ideas I will try. Last edited by DaWei; Oct 28th, 2007 at 11:05 PM. Reason: Moved to new thread and titled. |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Re: Discouraged Computer Science Student
Please don't hijack another's thread, particularly if it is an old thread. If you have specific questions (such as currency conversion), start your own thread.
As far as the currency conversion process is concerned (at least in this case), it is a linear relationship. I the exchange rate for Bulbars versus Dollars is 2:1, then I get 2 Bulbars for every Dollar. Or I get a half-Dollar for each Bulbar.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers Last edited by DaWei; Oct 28th, 2007 at 11:12 PM. |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Jun 2007
Posts: 129
Rep Power: 2
![]() |
Re: Currency Conversion
what do you already know? what are you getting stuck on? what don't you understand?
does the program need to use up to date figures for the exchange rate? can we hard code the exchange rate in? this is a simple calculator application, just run the figures through a formula, updating the formula when the application is ran wouldn't be too hard, either. |
|
|
|
|
|
#4 |
|
Not a user?
Join Date: Sep 2007
Posts: 272
Rep Power: 2
![]() |
Re: Currency Conversion
I would say ask your teacher, it isn't really much different than asking for help here. Both are online mediums. Main difference between here and your teacher is he's getting paid to help you, nobody here is. If he isn't helping you, then take it to the school's administration. If you can't get satisfaction there, then it isn't a good school and you should...do what you gotta do.
|
|
|
|
|
|
#5 |
|
Mentally Challenged
Join Date: Oct 2007
Location: Japan
Posts: 6
Rep Power: 0
![]() |
Re: Currency Conversion
The computer is not intelligent than you. It is only good in doing repetitive things. So unless you understand how you would do it, you cannot program the computer on how to do it. So the best thing is to try it by hand. Think what would be the information you would need, if you were to do it by hand. After getting the information how would you process it in paper? Do this a few times. Then you will see a common pattern. Write this pattern in a step by step method. That step by step process will be the algorithm. post the algorithm here and we will work it from there.
__________________
I don't need no signature. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| currency conversion program | zorin | Show Off Your Open Source Projects | 3 | Feb 1st, 2006 5:25 PM |
| invalid conversion from `const IntNode*' to `IntNode*' | Yona | C++ | 4 | Feb 1st, 2006 4:58 AM |
| Currency, Integer and Single Datatype | java_roshan | Visual Basic | 13 | Oct 19th, 2005 6:46 AM |
| Invalid Conversion?? | Broax | C++ | 11 | Jul 20th, 2005 8:25 AM |
| Temperature Conversion Program - Help! | shangnyun | Java | 32 | Jun 12th, 2005 8:31 AM |