I am trying to put an integer into the showText method but it comes up with:
int cannot be converted into java.lang.string
this is my current code:
1 2 3 4 5 6 | public Main() { super ( 1000 , 650 , 1 ); prepare(); showText(lives, 50 , 50 ); } |