Recent content by mgc

  1. M

    C/C++ Define large number. check this. c++ project

    help me to correct this prob. LARGE NUMBER For the purposes of this problem we will define a large number as a positive whole number with at least eight digits. For example, 123456789 is a large number. Large numbers must NOT be expressed in exponential form. Write a program that: (1)...
  2. M

    C/C++ Define large number. check this. c++ project

    For the purposes of this problem we will define a large number as a positive whole number with at least eight digits. For example, 123456789 is a large number. Large numbers must NOT be expressed in exponential form. Write a program that: (1) asks for two inputs. WHAT IS THE FIRST...
Back
Top