javaプログラム

関連タイピング
-
cを一回押すだけです。
プレイ回数2.4万短文1打 -
C使いならサクサク打てるはず!?
プレイ回数19万短文英字60秒 -
プレイ回数818英語長文211打
-
打つだけだよー
プレイ回数2454短文3打 -
数字4567と特殊文字『$』『%』『&』『'』の練習です
プレイ回数3086長文617打 -
stdio.hに含まれる関数のタイピング
プレイ回数2713英字280打 -
kotlinの予約語などです
プレイ回数1117英語短文148打 -
英語の能力をつけるためのタイピング
プレイ回数18短文英字60秒
問題文
(publicclasssample{)
public class Sample{
(publicstaticvoidm(string[]args){)
public static void m(String[] args){
(try{)
try{
(deletefortemporaryfiles(”app”);)
deleteForTemporaryFiles("App");
(}catch(ioexceptione){)
}catch(IOException e){
(e.printstacktrace();)
e.printStackTrace();
(})
}
(for(stringdir)throwsioexception{)
for(String dir) throws IOException{
(file[]file=newfile(dir).list();)
File[] file = new File(dir).list();
(if(files!=files.length>0){)
if(files != files.length > 0){
(for(filefile:files){)
for(File file : files){
(if(file.isdirectory()){)
if(file.isDirectory()){
(delete(file.getabsolutepath());)
delete(file.getAbsolutePath());
(}else{)
}else{
(if(file.getname().endswith(”.tmp”))})
if(file.getName().endsWith(".tmp"))}
(file.delete();)
file.delete();
(p363)
p363