WHAT'S WRONG HERE? The idea is to print out the verses that the User requests, obviously counting down. THANKS.
public class SongVerse { public static void main(String[] args) { final int LIMIT = 49; int count = 50; { int Sverse = Console.readInt ("Enter a number of verses"); } for (Sverse = 0; Sverse <=50; Sverse++); { System.out.println (" + count + " times I sing this line " + count + " times I sing, start again and sing whats left");
count = count -1; } System.out.println(count + "times I'll sing this song");