cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
temp
temp
Feb 24, 2019 at 6:11am UTC
Taucg
(2)
How do you correctly define a variable called "temp" of type "double" that is initialised to a value of 20.0
Feb 24, 2019 at 6:49am UTC
H00G0
(492)
Is that what you're looking for?
1
2
double
temp = 20; temp = 10;
Feb 24, 2019 at 7:32am UTC
salem c
(3700)
http://www.catb.org/esr/faqs/smart-questions.html#bespecific
Topic archived. No new replies allowed.