Search:

Type: Posts; User: Ejing2

Search: Search took 0.01 seconds.

  1. Thread: I need help.

    by Ejing2
    Replies
    1
    Views
    1,068

    I need help.

    How do I display the id number that I input to case 2?


    #include <iostream.h>
    #include <windows.h>
    #include <stdlib.h>


    int studentID( int n[], int maxStudent);
    int regID;
  2. Thread: c++ LOOP, HELP!

    by Ejing2
    Replies
    3
    Views
    6,204

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()
    {
    main:
    char ch1;
    int num1;
    bool repeat;
  3. Thread: c++ LOOP, HELP!

    by Ejing2
    Replies
    3
    Views
    6,204

    c++ LOOP, HELP!

    1.Write a program that will ask the user to input a hexadecimal number then convert and display the decimal equivalent of the hexadecimal number.

    The program should process the program as many...
Results 1 to 3 of 3