You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"AWT_Samples","path":"AWT_Samples","contentType":"directory"},{"name":"Generics","path":"Generics","contentType":"directory"},{"name":"Implementing_Abstraction","path":"Implementing_Abstraction","contentType":"directory"},{"name":"Implementing_Interfaces_in_Java","path":"Implementing_Interfaces_in_Java","contentType":"directory"},{"name":"Multiplication Table","path":"Multiplication Table","contentType":"directory"},{"name":"Multithreading","path":"Multithreading","contentType":"directory"},{"name":".gitattributes","path":".gitattributes","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"AgeCalculator.java","path":"AgeCalculator.java","contentType":"file"},{"name":"Autoboxing_Unboxing.java","path":"Autoboxing_Unboxing.java","contentType":"file"},{"name":"BubbleSort.java","path":"BubbleSort.java","contentType":"file"},{"name":"DigitSum.java","path":"DigitSum.java","contentType":"file"},{"name":"EvenNumber.java","path":"EvenNumber.java","contentType":"file"},{"name":"EvenOddSUM.java","path":"EvenOddSUM.java","contentType":"file"},{"name":"EvenOdd_Position_Sum.java","path":"EvenOdd_Position_Sum.java","contentType":"file"},{"name":"FeetInchesCentimetres.java","path":"FeetInchesCentimetres.java","contentType":"file"},{"name":"GCD.java","path":"GCD.java","contentType":"file"},{"name":"KPC.java","path":"KPC.java","contentType":"file"},{"name":"LeapYear.java","path":"LeapYear.java","contentType":"file"},{"name":"MinimumElementinanARRAY.java","path":"MinimumElementinanARRAY.java","contentType":"file"},{"name":"MinimumMaximum.java","path":"MinimumMaximum.java","contentType":"file"},{"name":"Palindrome.java","path":"Palindrome.java","contentType":"file"},{"name":"Pangram.java","path":"Pangram.java","contentType":"file"},{"name":"PerfectNumber.java","path":"PerfectNumber.java","contentType":"file"},{"name":"PositiveNegativeZero.java","path":"PositiveNegativeZero.java","contentType":"file"},{"name":"PrimeNumber.java","path":"PrimeNumber.java","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"ReversingArray.java","path":"ReversingArray.java","contentType":"file"},{"name":"SecondsMinutes.java","path":"SecondsMinutes.java","contentType":"file"}],"totalCount":29}},"fileTreeProcessingTime":7.6077960000000004,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":163717045,"defaultBranch":"master","name":"Java-Essentials","ownerLogin":"SayantanD99","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-01-01T06:16:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32683338?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1546323591.0","canEdit":false,"refType":"branch","currentOid":"ac58edb14388b8fea2413a28b6d4ab71ab0d3527"},"path":"LeapYear.java","currentUser":null,"blob":{"rawLines":["","import java.util.Scanner;","","public class LeapYear {"," public static boolean LeapCheck(int year){"," if(year%4==0)"," return true;"," else"," return false;"," }"," public static void main(String[] args) {",""," Scanner sc = new Scanner(System.in);"," System.out.println(\"\\nEnter the Year : \");"," int year=sc.nextInt();"," sc.close();"," if(LeapCheck(year))"," System.out.println(\"Yes !! It is a Leap Year\");"," else"," System.out.println(\"No !! It is not a Leap year\");"," }","}"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/SayantanD99/Java-Essentials/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"LeapYear.java","displayUrl":"https://github.com/SayantanD99/Java-Essentials/blob/master/LeapYear.java?raw=true","headerInfo":{"blobSize":"556 Bytes","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"c3c11c1","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2FSayantanD99%2FJava-Essentials%2Fblob%2Fmaster%2FLeapYear.java","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"22","truncatedSloc":"19"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Java","languageID":181,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/SayantanD99/Java-Essentials/blob/master/LeapYear.java","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/SayantanD99/Java-Essentials/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/SayantanD99/Java-Essentials/raw/refs/heads/master/LeapYear.java","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":false,"symbols":[{"name":"LeapYear","kind":"class","ident_start":41,"ident_end":49,"extent_start":28,"extent_end":555,"fully_qualified_name":"LeapYear","ident_utf16":{"start":{"line_number":3,"utf16_col":13},"end":{"line_number":3,"utf16_col":21}},"extent_utf16":{"start":{"line_number":3,"utf16_col":0},"end":{"line_number":21,"utf16_col":1}}},{"name":"LeapCheck","kind":"method","ident_start":78,"ident_end":87,"extent_start":56,"extent_end":190,"fully_qualified_name":"LeapYear::LeapCheck","ident_utf16":{"start":{"line_number":4,"utf16_col":26},"end":{"line_number":4,"utf16_col":35}},"extent_utf16":{"start":{"line_number":4,"utf16_col":4},"end":{"line_number":9,"utf16_col":5}}},{"name":"main","kind":"method","ident_start":214,"ident_end":218,"extent_start":195,"extent_end":553,"fully_qualified_name":"LeapYear::main","ident_utf16":{"start":{"line_number":10,"utf16_col":23},"end":{"line_number":10,"utf16_col":27}},"extent_utf16":{"start":{"line_number":10,"utf16_col":4},"end":{"line_number":20,"utf16_col":5}}}]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/SayantanD99/Java-Essentials/branches":{"post":"y-a8uY9XrBud6LmWVHgU25GBW8V8fE1AHpWplZMCd9xWhVqo3eAC6Fp24JAdH1kKPfnQrQvAMefNB3wzN-5aQw"},"/repos/preferences":{"post":"VUQUXeHT8p9agnJTvewZiPij1mU2jT6LNl2U7xzPxkJJ0s-P6eFTBZPx7F--IwlFhpv2Vdp7061QpsrWdtnNZg"}}},"title":"Java-Essentials/LeapYear.java at master · SayantanD99/Java-Essentials","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}