+ 2
What is the output of the code ????
Double a=5; Double b=0.1; Double p=a*b; Return p;
6 Antworten
+ 2
0.5
+ 2
No...
+ 2
Ohk... there is no use of.. cout... so... u can't see anything on the... yours output screen.
+ 2
Correct answer is no output... And thanks for your answer
+ 1
No
- 3
The output of this code will be
2.5
Because 5*0.5=2.5