Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7748555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:48:57+00:00 2026-06-01T10:48:57+00:00

Simple Substitution Cipher. I’m trying to make a looping construct that would loop through

  • 0

Simple Substitution Cipher.

I’m trying to make a looping construct that would loop through a string,and at the same time write it to another string. I’m having trouble making it skip when it encounters a space. Can anybody help me out with this.

    String translate = "";//create empty string
int xxx = 0; //initialise counter
while(xxx < text.length()) {    //based on the original length of input text
if (text.charAt(xxx) != ' '){ //if no white space do this
translate = translate.concat(Character.toString((s2.charAt(copyS.indexOf(text.charAt(xxx))))));

} else { //if there is white space do this. (I'm unsure how to make it skip?)

}
xxx++;
}   
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T10:48:58+00:00Added an answer on June 1, 2026 at 10:48 am

    If you want to skip the whitespace, then simply remove the else block. If you want to keep it, then add

    translate = translate.concat(' ');
    

    Note – My answer uses the same pattern that you used for the algorithm – it is terribly inefficient. If you want to build a String, then please have look at the StringBuilder class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to implement a simple substitution cipher to mask private ids in
I would like to use substitution feature of donut caching. public static string GetTime(HttpContext
I was trying to make a tail-recursive version of this very simple SML function:
I'm trying to achieve a simple substitution on vim but can't get it right.
In Java ME, I need to do a simple string substitution: String.format(This string contains
Simple problem that I can't figure out... How can I print a '%' character
I have a very simple substitution: my $s = <a>test</a> <a>test</a>; $s =~ s{
I'm trying to find a simple example to detect certain key events on the
I am teaching my friend how to make websites. I would like to keep
I am trying to do a simple find/replace on all text files in a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.