Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class MyClassName {
- public static void main(String... args) {
- for (int counter = 50; counter >= 0; counter = counter - 1) {
- System.out.println(counter);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement