Multiple Choice
Which of the following is correct if the data type for weight is num?
A) weight = 2.75
B) weight = "2.75"
C) weight = (2.75)
D) weight = "heavy"
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Most modern programming languages are _, meaning
Q2: A literal numeric constant does not change.
Q4: A _ dictionary is a list of
Q5: The assignment operator is said to have
Q6: A named constant can be assigned a
Q7: The convention used in this book for
Q8: If an application contains only one method
Q9: Arithmetic operators have _ associativity.
Q10: Program comments are a type of _
Q11: Three types of program structures are sequence,