0
How do you output a float value?
4 Respostas
+ 1
try
float someVariable = 4.0;
print someVariable;
so define the variable as a float first
https://www.sololearn.com/learn/CPlusPlus/1622/
0
have you gone through the c++/cpp course?
0
Yes but I haven't completed the course yet
0
OK, Thanks