Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Oughto on Dec 16, 2016



Title: Which of the following is valid?
Post by: Oughto on Dec 16, 2016
Which of the following is valid?
A) float y;
y = 54.9;

B) double v;
v = 1.0f;

C) float w;
w = 1.0f;

D) float y;
double z;
z = 934.21;
y = z;


Title: Re: Which of the following is valid?
Post by: Toothy on Dec 16, 2016
Content hidden


Title: Re: Which of the following is valid?
Post by: Oughto on Jan 31, 2017
makes a lot more sense, thanks for the help


Title: Re: Which of the following is valid?
Post by: Toothy on Mar 16, 2017
I'm happy to help