ANUJA ARJUNANLevel 5Munnar09.01.20191263views2commentsWHAT IS THE PROBLEM IN THIS I COULDN'T UNDERSTAND ? Question about the task Red scare Java Syntax, Level 3, Lesson 4 Under discussion PLEASE HELPConditionsClass treeDisplay your birth date in the form: MAY 1 2012 Requirements:The displayed text should contain the month, day and year, separated by spaces.The name of the month should be printed in English in uppercase letters.The year must consist of four digits and be at least 1900.The birth date must be earlier than the current date.Solution.java 1 Solution.java package com.codegym.task.task03.task0305; /* Red scare */ public class Solution { public static void main(String[] args) { System.out.println("FEBRAURY 10 1994"); } } 0 Comments (2)PopularNewOld You must be signed in to leave a comment Roman Ivanov Level 25 , Kharkiv, Ukraine9 January 2019, 07:23You wrote FEBRAURY but FEBRUARY is correct +3 ANUJA ARJUNAN Level 5 , Munnar, India9 January 2019, 13:37sorry i didn't notice thank for your help 0