Computer Science, asked by muthyamnikhil2001, 9 months ago

print (98.6) what is statement

"98.6" ​

Answers

Answered by Tejas1582
3

Answer:

In python : print( "98.6" )

In Java      : System.out.print(98.6)

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

Explanation:

Similar questions