G od Murugan: devotional good morning wishes in Tamil Start every morning with the grace of Lord Murugan Wallpaper app through our specially curated collection of good morning wishes in tamil, good morning devotional images. This app is designed for devotees who wish to receive daily blessings and share them with loved ones. This is the tamil devotional app for good morning wishes, created for god murugan (காலை வணக்கம்) along with kalai vanakkam. This app includes images for lord murugan wallpapers, good morning wishes with pictures, status, devotional quotes, cards, etc,.in. God Murugan App
This is the blog about finding addition of two numbers in java swing GUI with step by step examples. Java Swing GUI - Usage of Text Box - This is used to get / set the contents from /to UI widegts - Used for getting runtime inputs in java swing - Also used for creating notepad application. Sample Input 20+50 Sample Output 70 Required UI Widgets 1. JButton (Button) 2. JTextField (Text Box) 3. JTextArea (Multiline Text Box) Important Swing Methods 1. setText(String) --> set the text contents to UI widget 2. getText() --> get the text contents of UI widget dynamically Tools 1. Language - Java 2. IDE used - Netbeans 3. JDK version - JDK 18.
Shell Script If Statement If Statement In shell script, if statement is used to execute a single condition or rule If the condition is true , then true statements will be executed otherwise false statements will be executed. Syntax if [ condition ] then true statements else false statements fi Note The keyword fi should be used to complete the if syntax. Example (p1.sh) Source Code echo "--------------------------------" echo -e "\t If Statement Example" echo "--------------------------------" echo "Enter a number: " read n # get a remainder of base 2 using c style code r=$((n%2)) # find the odd or even number using remainder option ...
Comments
Post a Comment