Computer Science, asked by slogoclaus43, 1 year ago


How are these numbers different from one another ? 33, 33.0, 331, 33+j

Answers

Answered by aryaj9600
3

Answer:

first number(33)and third number(331) are int

second number (33.0) is floating literal

And the last number(33+j) is a complex number

Explanation:

first and third number have no decimal and other

second number have a decimal

And the last number has a character (j) with (+) sign that represents a complex number

Similar questions