Enhance your programming skills from Scratch
So you guys don't get enough time to try your hands on programming? No tensions anymore, you will be given a chance here to do simple programming and in return get a surprise every month if your code will be liked.
Rules:
1. No sms language will be allowed
2. You can write your program in any language but expect answers of questions asked here in Java only.
3. Your program should be well compiled and executed.
4. Your program should be well-documented.
5. Your program should be enclosed within CODE tags.
6. Output should also be shown along with your program.
7. Don't make the thread dead.
You will get a surprise after every month.
In the starting programs will given here will be of Level1. Gradually its Level will be increased depending on the response of all CEans here.
Example
Sample Program: Write a Program that prints "Hello World" in console.
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package myjava;
/**
*
* @author shalinig
*/
public class HelloWorldProgram {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("Hello World ");
}
}
Ouput:Hello WorldHope you all will enjoy here. 😀