This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code_scheme name="Allman"> | |
<XML> | |
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | |
</XML> | |
<codeStyleSettings language="JAVA"> <!-- ENTER YOU LANGUAGE HERE --> | |
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> | |
<option name="BRACE_STYLE" value="2" /> | |
<option name="CATCH_ON_NEW_LINE" value="true" /> | |
<option name="CLASS_BRACE_STYLE" value="2" /> | |
<option name="FINALLY_ON_NEW_LINE" value="true" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// free for commercial and personal use. | |
// User can modify and redistribute,include author credits. | |
// @author: Sandeep Gamot | |
// Github/Sandeep Gamot | |
import java.util.Scanner; | |
import java.lang.StringBuffer; |