Write a program that displays "It's not a bug - it's a feature."
Example output: It's not a bug - it's a feature.
Requirements:
The program should output text.
The text should begin with "It's not a bug".
The text must end with a period.
The text should consist of 32 characters, including spaces and punctuation marks.
The displayed text must match the task conditions.
package com.codegym.task.task01.task0106;
/*
Bugs and features
*/
public class Solution {
public static void main(String[] args) {
String.out.print("It's not a bug - it's a feature. ");
}
}
This website uses cookies to provide you with personalized service. By using this website, you agree to our use of cookies. If you require more details, please read our Terms and Policy.