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

  • Home
  • SEARCH
  • 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 6029599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:54:36+00:00 2026-05-23T04:54:36+00:00

I am new to Scala. I have come across this Scala program and it

  • 0

I am new to Scala. I have come across this Scala program and it was asked in interview.

What is the output of the following program

object ApplyTo extends Application { 
  val k = "gWU`UAXYjT[ig\\\\eBWca"; 
  println(k map {c => (c - k.size).toChar toLower}) 
}

Please help. I am very new to Scala. I am also not sure that this program will even compile or not.

  • 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-05-23T04:54:37+00:00Added an answer on May 23, 2026 at 4:54 am

    The output is scala-dev@gushhq.com

    Map applies an operation to every member of an iterable. In this case for every character in the string k, the length of the string is subtracted (in this case 20). When you subtract an int from a char you get an Int which is why toChar is needed. Finally toLower ensures that the output is all lowercase. It seems they are just testing whether you are comfortable with the map function, since the rest is pretty straightforward (assuming they don’t want you to memorize ascii codes…)

    Also, one of the best features of scala is the interactive console, you may want to try it 🙂

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

Sidebar

Related Questions

I'm really new to Scala, and I've come across an error I am unable
I have the following code: class Parameterizable{ var map: Map[String, String] = new scala.collection.immutable.HashMap()
How to solve this using scala Actors: I have a program that finds out
To the esteemed readers. I'm reasonably new in javascript and I have come across
I am new to Scala, and I cannot seem to find this information. Currently
I'm new to Scala, so I may be off base on this, I want
I am new to Scala, just started learning, so this is basic beginner question.
I have generated a new Scala project with Maven and it created a folder
Being new to Scala (2.9.1), I have a List[Event] and would like to copy
I've come across a problem when mocking methods that have view bounds on the

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.