Yes. The argument pow + "\t" + value is automatically converted to a String. The method println( String ) is then called.
pow + "\t" + value
String
println( String )
You have reached the end this chapter. You may wish to review the following.
You have reached the end of the chapter.