Search:

Type: Posts; User: ob1cnobe

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,428

    Visual Basic Question?

    Does anyone know how to write a Visual Basic program that will print out the drive or device name of a file, given the full path name?
  2. Thread: Flowchart

    by ob1cnobe
    Replies
    4
    Views
    3,205

    Flowchart

    Anyone know how to write a flowchart for this code?


    #include<iostream>
    #include <fstream>
    using namespace std;
    double amount = 0.0;

    int main()
    {
  3. Thread: C++ Question?

    by ob1cnobe
    Replies
    2
    Views
    988

    C++ Question?

    I am trying to modify some coding that I have already done so that it will read inputs from a text file. The input file contains the choice of the currency and the amount. The program will write...
  4. Thread: C++ Question

    by ob1cnobe
    Replies
    4
    Views
    1,357

    C++ Question

    I am trying to expand on a currency conversion code that I wrote I'm tryin to create a menu (using a loop) that allows the user to choose which currency and the amount of the foreign currency they...
  5. Replies
    2
    Views
    1,189

    Can someone review?

    Can someone review this code and tell me what you think about it, does it look correct? Its a code for converting foreighn currency



    #include <iostream>
    using namespace std;

    int main() ...
  6. Replies
    2
    Views
    864

    Does anyone know how to do this?

    I am trying to expand on a currency conversion code that I wrote I'm tryin to create a menu (using a loop) that allows the user to choose which currency and the amount of the foreign currency they...
  7. Replies
    7
    Views
    1,646

    I really appreciate your help!

    I really appreciate your help!
  8. Replies
    7
    Views
    1,646

    Some Help Needed!

    I have written code to convert foreign currency into US dollars. Now I am trying to write code for a menu (display using loop) that allows the user to choose which currency and the amount of the...
  9. Replies
    3
    Views
    842

    Need Your Assistnace

    I have written code to convert foreign currency into US dollars. Now I am trying to write code for a menu (display using loop) that allows the user to choose which currency and the amount of the...
  10. Replies
    1
    Views
    998

    Please help me!!

    I just did formula to convert foriegn currency into US dollars below.

    #include<iostream.h>

    double amount = 0.0; /*Stores user input*/

    int main()
    {
    cout<<"Currency Conversion"<<endl;
  11. Replies
    5
    Views
    944

    THanks!!!

    I appreciate your help!!!!!!!!!!!!!
  12. Replies
    5
    Views
    944

    Can you help me?

    I am trying to modify this code so that it displays the index of the array element that contains the highest amount.


    // searches for the highest amount stored in a one-dimensional array ()

    {...
  13. Replies
    5
    Views
    1,103

    Need help with code!

    Create a menu that allows the user to choose which currency and the amount of the foreign currency they wish to convert to US dollars. The menu is displayed using a loop. The program will continue...
  14. Replies
    6
    Views
    1,085

    have a menu that allows the user to choose which...

    have a menu that allows the user to choose which currency and the amount of the foreign currency they wish to convert to US dollars. The menu is displayed using a loop. The program will continue...
  15. Replies
    6
    Views
    1,085

    I need help with this!!!

    I am trying to write the coding for a "menu that allows the user to choose which currency and the amount of the foreign currency they wish to convert to US dollars. The menu is displayed using a...
Results 1 to 15 of 17