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