Computer Science, asked by Harshi666, 1 year ago

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
Harshi666: lets chat tomorrow
Harshi666: when will u be free??
Harshi666: fine

Answers

Answered by HarikaIndugu
31
a. float pie = 3.142f;

b. float c = 1.732f;
Here, c is the name of a variable
Answered by gnjha1975
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