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....
Thursday, December 25, 2014
By Sharing News on 6:27 AM
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...
Posted in Life Tip | No comments
Monday, December 22, 2014
By Sharing News on 5:53 AM

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...
Posted in Java Language | No comments
By Sharing News on 5:48 AM

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++){
...
Posted in Java Language | No comments
By Sharing News on 5:43 AM

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);
...
Posted in Java Language | No comments
By Sharing News on 5:37 AM

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,...
Posted in Java Language | No comments
By Sharing News on 5:26 AM

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...
Posted in Java Language | No comments
By Sharing News on 12:59 AM
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...
Posted in International Social News | 1 comment
Saturday, December 20, 2014
By Sharing News on 6:45 AM

This code is same last post , but it's show Star (pkay) like a picture ;)...
Posted in Java Language | No comments
By Sharing News on 6:41 AM

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 + " ");
...
Posted in Java Language | No comments
By Sharing News on 6:36 AM

This code is show it a picture :...
Posted in Java Language | No comments
By Sharing News on 6:29 AM

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...
Posted in Java Language | No comments
By Sharing News on 6:24 AM

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);
...
Posted in Java Language | No comments
By Sharing News on 6:15 AM

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);
...
Posted in Java Language | No comments
Friday, December 19, 2014
By Sharing News on 8:32 AM
This Page is taking about News of Technoloy , Code Programming Languages , and other about IT . Welcome all guy to RPCoder ^^...
Subscribe to:
Posts (Atom)
Popular Posts
-
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 ;) ...
-
Write a program that will ask the user to input three integer values from the keyboard. Then it will print the smallest and...
-
Write a program that will ask the user to input n positive numbers. The program will terminate if one of those number is not posi...
-
Write Java program to print the table of characters that are equivalent to the Ascii codes from 1 to 255. Code Her...
-
This Page is taking about News of Technoloy , Code Programming Languages , and other about IT . Welcome all guy to RPCoder ^^ ,
-
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 the...
-
Write a program that asks the user to type 10 integers and writes the sum of these integers. Using for loop. Total sum of te...
-
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 ...
About Me
Powered by Blogger.