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.
WHILE LOOP IN SHELL SCRIPT While Loop It is an example of looping statements or iteration statements It is used to execute the statements , if the condition is true otherwise it will skip the loop It is an alternative for normal for loop. Syntax while [ condition ] do true statement done Types of Styles Shell Style C Style Shell Style Here, we have to use the default shell style of syntax for writing the expression in the shell script. C Style in Shell Script Here, we can write code for expression using c language style using double braces ((expression)) 1. C STYLE BASED FACTORIAL CODE Source Code echo "--------------------------" echo -e "\t Factorial Program" echo "--------------------------" echo "Enter a Number: " read n # define the variable f=1 i=1 # define the while l...
Comments
Post a Comment