write the statement that receives a double value and save it in a variable identified number please answer is urgently needed | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

write the statement that receives a double value and save it in a variable identified number please answer is urgently needed

26th Jan 2021, 4:12 PM
Edirin deborah
Edirin deborah - avatar
3 Respuestas
0
Mention language also and show your attempt it is very simple #include<iostream> int main() { double var=24.52; cout<<var; return 0; }
26th Jan 2021, 4:16 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
please the statement should be in C language not C++
26th Jan 2021, 4:19 PM
Edirin deborah
Edirin deborah - avatar
0
Mention language also and show your attempt it is very simple #include<stdio.h> int main() { double var=24.52; printf("%lf",var); return 0; }
26th Jan 2021, 4:21 PM
A S Raghuvanshi
A S Raghuvanshi - avatar