|
Mrs. Ruiz-Houston
|
|
|
Computer Competition Level 1 Question #1.1 1.10 Depending on which you are given, change a given value from ordinary notation into scientific notation or visa versa. The program should recognize whether the input is exponential or ordinary. Format: Input: Input amount = ? Output: Ordinary Notation = ? Output: Scientific Notation = ? Example: Input amount = 0.0254 Ordinary Notation = ? Scientific Notation = ? RUN / OUTPUT: Input amount = 0.0254 Ordinary Notation = 0.0254 Scientific Notation = 2.54 E –2 Input amount = 1.65 E2 Ordinary Notation = 165 Scientific Notation = 1.65 E2 Input amount = 6.02 E-4 Ordinary Notation = 0.000602 Scientific Notation = 6.02 E-4 RE-TRY: Input amount = 6.02 E-4 Ordinary Notation = 0.000602 Scientific Notation = 6.02 E-4 Input amount = 5280 Ordinary Notation = 5280 Scientific Notation = 5.28 E3 Input amount = 2.24 Ordinary Notation = 2.24 Scientific Notation = 2.24 E1 |