Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import edu.cmu.ri.createlab.terk.robot.finch.Finch; public static void turn(String[] args){ Finch myf = new Finch(); myf.turn(30,30); myf.quit(); System.exit(0); }
Java ドキュメントの turn はメソッドであるため、turn でエラーが発生する理由がわかりません。