print (98.6) what is statement
"98.6"
Answers
Answered by
3
Answer:
In python : print( "98.6" )
In Java : System.out.print(98.6)
In C++ : cout << " << 98.6 << " ;
Explanation:
Similar questions