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.
新しいカウンター番号が来たときに同じ場所にいくつかのカウンター番号を入力したいプログラムは、新しい場所に行かずに以前の値を新しい値に変更する必要がありますこれを試しましたが、役に立ちません
for(int counter=0; counter<5; counter++) { System.out.printf("%d\b",counter); }