Id: 503186; Nick: n/a; Timestamp: 2008-11-28 16:41:21; Pasted as: Java
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 
 */
 
import java.util.*;
public class Tar6
{
     static Scanner reader=new Scanner(System.in);
     public static void main (String[]args)
     {
         int ahadot,asarot,meot,num1,shum;
         System.out.println("äëðñ îñôø úìú ñôøúé");
         num1=reader.nextInt();
         ahadot=num1%10;
         asarot=(num1/10)%10;
         meot=num1/100;
         shum=ahadot+asarot+meot;
         System.out.println(" ñëåí äñôøåú äåà " + shum);
         System.out.println( " äöâúå áúøâéì "+ahadot+"+"+asarot*10+"+"+meot*100+"="+num1);
 
        }
 
    }
 
 
Options: New, Download,
;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About) - Highlighted with GeSHi
Nothing to see here.