Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Caesar Cipher Encoder | Text Analysis and Simple Ciphers
C# Strings and Text Processing
セクション 3.  6
single

single

bookChallenge: Caesar Cipher Encoder

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Implement a function that encodes a message using a Caesar cipher with a specified shift value. The Caesar cipher shifts each letter in the message by the given amount, wrapping around the alphabet if necessary. Non-letter characters should remain unchanged.

  • Shift each uppercase and lowercase letter in message by shift positions in the alphabet.
  • Preserve the case of each letter.
  • Do not change any non-letter characters.
  • Return the encoded string.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt