string s ="If you feel like it,do the task.If you don't feel like it.do it anyway";
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
System.out.println(s);
package com.codegym.task.task01.task0126;
/*
Don't feel like it? Do it anyway.
*/
public class Solution {
public static void main(String[] args) {
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
System.out.println("If you feel like it,do the task.If you don't feel like it,do it anyway");//write your code here
}
}