Question:

Floating numbers are used to represent a. only neg numbers b. only positive num c. vrylargeor small num d.none

by  |  earlier

0 LIKES UnLike

Floating numbers are used to represent a. only neg numbers b. only positive num c. vrylargeor small num d.none

 Tags:

   Report

1 ANSWERS


  1. it s c. very large (compared to simple int) numbers

    it can store both (+) and (-) numbers.

    examples:

    float x = 4.3

    float x = 0.00001523

    float x = 5.0

    float x = -73.544

    int y = 4

    int y = 0

    int y = 5

    int y = -73

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions