a.Assign the value of Pie (3.142) to a variable with required data type.
b. Assign the value of (1.732) to a variable with required data type.
Harshi666:
will tell u later... but I am busy now
Answers
Answered by
31
a. float pie = 3.142f;
b. float c = 1.732f;
Here, c is the name of a variable
b. float c = 1.732f;
Here, c is the name of a variable
Answered by
5
Answer:
A. float pie= 3.142
B. float c=1.732
Here,c is the name of a variable.
Hope it's help you!
Similar questions