The Artima Developer Community
Sponsored Link

Java Answers Forum
Encoding

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Steven novosel

Posts: 1
Nickname: snovo
Registered: May, 2006

Encoding Posted: May 4, 2006 8:15 PM
Reply to this message Reply
Advertisement
i need to write a program that encodes a message. The standard alphabet includes all 26 letters(upper case), ten digits, apostrophe, question mark, and the slash. the encoding should find the position of the character in the standard alphabet and shift to the letter in the key alphabet, using a shift that begins at 5 and increments by 5 for each succeeding letter. can anyone help?

Topic: Need help with Java program Previous Topic   Next Topic Topic: Regarding Java Security

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use