Java 代码语法错误:System.out.println() 语句缺少分号
该代码存在语法错误。正确的代码应该是:
System.out.println('xpoint = ' + xpoint + '; ypoint = ' + ypoint + '; radius = ' + radius + ';');
需要在最后添加一个分号来结束语句。
原文地址: https://www.cveoy.top/t/topic/oWbx 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
该代码存在语法错误。正确的代码应该是:
System.out.println('xpoint = ' + xpoint + '; ypoint = ' + ypoint + '; radius = ' + radius + ';');
需要在最后添加一个分号来结束语句。
原文地址: https://www.cveoy.top/t/topic/oWbx 著作权归作者所有。请勿转载和采集!