-
编写一个java应用程序。用户从键盘输入一个1
编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。
1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。
2)要判断输入数的位数,并输出相关信息。
3)要判断是否回文数。
二、二战期间,英国情报人员获取德军的一机密电报,电报的内容为:
bzdz izu sxgzd vs lh ,vpzg woflsh vs vwrh vhlsddlmp glm wrw gzy vsg .gflyz gstfzu bvsg gzsd hdmlp vml lm ,hghzvy wmz hwiry mvvdgvy izd z hzd vivsg ,ltz tmlo tmlO
情报人员已经知道,这段电报的加密方式为:
1. 首先将字符串的顺序颠倒。
2. 字母互换的规律为:A->Z, B-Y, C-X...X->C, Y->B, Z-A a->z, b->y, c-x...x->c, y->b, z->a.
3. 非字母字符保持不变。
请编程帮助情报人员破译这份机密电报。给出注释良好的源程序和程序运行后的结果。
-Write a java application. User keyboard input from a number between 1-9999, the program will determine the number of a few are a few, and to determine whether the number of palindrome number. Palindrome refers to a number of the figure contains a number of reverse order and after a number of the original number of the same, such as the number of 12121,4224,6778776 are palindrome.
1) proced
- 2023-05-18 17:45:02下载
- 积分:1
-
JAVA计算器,非常简单
JAVA计算器,非常简单-Java calculators, and is very simple
- 2022-07-04 14:19:48下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
企业电子商城,使用的是struts1.2+sql2000数据库
企业电子商城,使用的是struts1.2+sql2000数据库-Enterprise E-Mart, using struts1.2+ sql2000 database
- 2022-06-30 17:09:35下载
- 积分:1
-
一个用Jsp编写的动画程序
一个用Jsp编写的动画程序-a prepared with the animation process
- 2023-07-23 22:10:03下载
- 积分:1
-
java聊天程序源码
java聊天程序源码-java chat program FOSS
- 2022-09-13 16:40:03下载
- 积分:1
-
一个用java 编写的可以和多个人聊天的服务器
一个用java 编写的可以和多个人聊天的服务器-a prepared using java and more individuals can chat server
- 2022-04-20 14:20:58下载
- 积分:1
-
JAVA2(J2ME)实用编程的150个范例,在JDK中调试成功,因此一般可在其他开发工具中使用。注意有些实例只提供了部分模块,因此运行时需要添加其他代码。...
JAVA2(J2ME)实用编程的150个范例,在JDK中调试成功,因此一般可在其他开发工具中使用。注意有些实例只提供了部分模块,因此运行时需要添加其他代码。
-JAVA2 (J2ME) programming utility 150 examples of the successful commissioning of the JDK, so the general can be used in other development tools. Note that some examples of only some modules, run-time, therefore need to add other code.
- 2023-08-01 23:45:04下载
- 积分:1
-
单点登录实现,采用sessionid记录登录状态,
单点登录实现,采用sessionid记录登录状态, -Single sign-on implementation, using sessionid records logged,
- 2022-07-11 18:47:09下载
- 积分:1
-
arc设计基础离子
arc设计基础离子-plasma arc design basis
- 2022-01-26 05:47:28下载
- 积分:1