Share all news to all guy ;)

Enter Slide 1 Title Here

Thursday, December 25, 2014

If someone you love is having a tough time right now, there are some things that you can remind them of which will help them trough their difficulties. Whatever you say to someone who is struggling, the most important thing is to ensure your tone of voice and demeanor is appropriate. Remind your loved one of the following things in a warm, encouraging way, and not in a “pull your socks up” way....
Why are people so unsympathetic when their friends or loved ones suffer from depression? The main reason is that depression is very difficult to fully understand. Another reason is that there is a stigma attached to being depressed. Even though we live in a society which seems to revolve around physical well-being and being upbeat, we don’t want to be reminded of the other side. We want to forget...

Monday, December 22, 2014

              Write Java program to print the table of characters that are equivalent to the Ascii codes from 1 to 255.  Code Here :  public static void main(String[] args) {        char Asci=1;        for(int i=1 ; i<=255 ; i++){             System.out.print(i+" "+Asci...
             Write a program that asks the user to type 10 integers and writes the sum of these integers. Using for loop. Total sum of ten integer ( 1+2+3+4+5+6+7+8+9+10=55) . Code here :  public static void main(String[] args) {         int sum=0;        for(int i=1 ; i<=10 ; i++){        ...
             Write a program that will ask the user to input three integer values from the keyboard. Then it will print the smallest and largest of those numbers.  Code Here : public static void main(String[] args) {         int Num1, Num2, Num3, Maxi=0, Mini = 0;         Scanner In = new Scanner(System.in);  ...
               Write a program that will display the calculator menu. The program will prompt the user to choose the operation choice (from 1 to 5). Then it asks the user to input two integer vales for the calculation. See the sample below. Code Here :  public static void main(String[] args) {         int Num1, Num2,...
       Write a program that will ask the user to input n positive numbers. The program will terminate if one of those number is not positive...
Justin Bieber has been left behind by the Instagram Rapture. The "Baby" crooner lost a whopping 3.5 million followers after Instagram purged all the spam and deadweight from its site this week. Fake accounts comprised nearly 15% of Bieber's Instagram following. Instagram went after spam in a major way this week, deleting millions of fake accounts in what has become dubbed the "Instagram Rapture." It...

Saturday, December 20, 2014

This code is same last post , but it's show Star (pkay) like a picture ;)...
    This Code will show you Decreasing Pattern (But It's is a number not *  ).Here Code : public static void main(String[] args) {         for(int i=7 ; i>=1 ;i--)         {             for(int j=1 ; j<=i; j++)                 System.out.print(j + " ");    ...
          This code is show it a picture :...
    About this , it's will find a Maximize of Three Number ;) . The User Need to Input Three Integer and then its will show the Maximize Number :D...
       This Java code is to sum two number , not for sum only and user can use it for Calculator of Two Number ;) . Because it have all operator .............. public static void main(String[] args) {         double Num1,Num2,Result=0;         char op;                 Scanner In = new Scanner (System.in);  ...
Here is Java code to find a Grade of Student , we must to input Quiz , Mid Term , and Final Score to see a Result Grade of Student ;) . You can copy this code to run on your computer : public static void main(String[] args) {         double Quiz ,MidTerm,FinalScore,Avg;         Scanner Output = new Scanner (System.in);          ...

Friday, December 19, 2014

    This Page is taking about News of Technoloy , Code Programming Languages , and other about IT . Welcome all guy to RPCoder ^^...

Popular Posts

Powered by Blogger.