TURBO-LESSONS - A Pascal Tutorial Version 1.01 Page 74 TURBO-LESSON 16: REAL NUMBERS OBJECTIVES - In this lesson, you will learn about: 1. Range of Real Numbers 2. Input/Output of Real Numbers 3. Calculations with Real Numbers 4. Calculations with Integers and Real Numbers 1. Range of Real Numbers For business processing (dollar amounts), and scientific processing, integers alone are not adequate. Decimal numbers and sometimes numbers in scientific notation are needed. TURBO provides Real Numbers with 11 significant digits of precision in the range: 1E-38 to 1E+38 (The BCD version of TURBO provides 18 significant digits and a range of 1E-63 to 1E+63, but this set of TURBO-LESSONS deals with the more limited range above.) ##### DO: Run PROG16. Enter 444.333222111 and examine the resTURBO-LESSONS - A Pascal Tutorial Version 1.01 Page 74 TURBO-LESSON 16: REAL NUMBERS OBJECTIVES - In this lesson, you will learn about: 1. Range of Real Numbers 2. Input/Output of Real Numbers 3. Calculations with Real Numbers 4. Calculations with Integers and Real Numbers 1. Range of Real Numbers For business processing (dollar amounts), and scientific processing, integers alone are not adequate. Decimal numbers and sometimes numbers in scientific notation are needed. TURBO provides Real Numbers with 11 significant digits of precision in the range: 1E-38 to 1E+38 (The BCD version of TURBO provides 18 significant digits and a range of 1E-63 to 1E+63, but this set of TURBO-LESSONS deals with the more limited range above.) ##### DO: Run PROG16. Enter 444.333222111 and examine the res