Computer Science, asked by muthyamnikhil2001, 8 months ago

print (98.6) "98.6"is which statement​

Answers

Answered by Tejas1582
0

Answer:

In python : print( "98.6" )

In Java      : System.out.print(98.6)

In C++        : cout << " << 98.6 << " ;

Explanation:

Similar questions