Question

pseudocode please!! Assignment6C: P0\/\/|\|3D. In the early 80s, hackers used to write in an obfuscated, but...

pseudocode please!!

Assignment6C: P0\/\/|\|3D. In the early 80s, hackers used to write in an obfuscated, but mostly readable way called “leet” – short for “elite”. In essence, it was a simple character replacement algorithm, where a single “regular” character was replaced by one or more “leet” characters; numbers remained the same. Here’s one of the most readable versions: a 4 g 9 m /\\/\\ s $ y ‘/ b B h |-| n |\\| t 7 z Z c ( i 1 o 0 u U d D j j p P v \\/ e 3 k |< q Q w \\/\\/ f Ph l L r R x >< Note! You will need to know how to 1) get the length of a string (the number of characters) and 2) access individual characters of the string. You must use at least one method in addition to main – preferably one that translates individual characters! Note #2: your first task should be to try to print out a single ‘\’ character… Sample run 1: Enter a string: you have been powned '/0U |-|4\\/3 B33|\\| P0\\/\\/|\\|3D Sample run 1: Enter a string: you have programming skrilz '/0U |-|4\\/3 PR09R4/\\/\\/\\/\\1|\\|9 $|

Homework Answers

Answer #1

HERE IS THE PSUDEO CODE..I HAVE WRITTEN BASED ON JAVA..IF YOU NEED IN ANY OTHER LANGUAGE PLEASE COMMENT I WILL UPDATE

PLEASE GIVE AN UPVOTE

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Use python language please #One of the early common methods for encrypting text was the #Playfair...
Use python language please #One of the early common methods for encrypting text was the #Playfair cipher. You can read more about the Playfair cipher #here: https://en.wikipedia.org/wiki/Playfair_cipher # #The Playfair cipher starts with a 5x5 matrix of letters, #such as this one: # # D A V I O # Y N E R B # C F G H K # L M P Q S # T U W X Z # #To fit the 26-letter alphabet into...
This is C. Please write it C. 1) Prompt the user to enter a string of...
This is C. Please write it C. 1) Prompt the user to enter a string of their choosing. Store the text in a string. Output the string. (1 pt) Ex: Enter a sample text: we'll continue our quest in space. there will be more shuttle flights and more shuttle crews and, yes, more volunteers, more civilians, more teachers in space. nothing ends here; our hopes and our journeys continue! You entered: we'll continue our quest in space. there will be...
JAVA ASSIGNMENT 1. Write program that opens the file and process its contents. Each lines in...
JAVA ASSIGNMENT 1. Write program that opens the file and process its contents. Each lines in the file contains seven numbers,which are the sales number for one week. The numbers are separated by comma.The following line is an example from the file 2541.36,2965.88,1965.32,1845.23,7021.11,9652.74,1469.36. The program should display the following: . The total sales for each week . The average daily sales for each week . The total sales for all of the weeks .The average weekly sales .The week number...
Write a program of wordSearch puzzle that use the following text file as an input. The...
Write a program of wordSearch puzzle that use the following text file as an input. The output should be like this: PIXEL found (left) at (0,9). ( Use JAVA Array ) .Please do not use arrylist and the likes! Hints • The puzzle can be represented as a right-sized two-dimensional array of characters (char). • A String can be converted into a right-sized array of characters via the String method toCharArray. . A word can occur in any of 8...
Please follow ALL the instructions and solve it by C++. Please and thank you! There are...
Please follow ALL the instructions and solve it by C++. Please and thank you! There are two ways to write loops: (1) iterative, like the for-loops we're used to using, and (2) recursive. Your prerequisite preparation for this course should have exposed you to both, although your working knowledge of recursive loops may not be as strong as that of iterative loops. Consider the following iterative function that prints an array of characters backward: #include <iostream> #include <cstring> // print...
You will write a program that loops until the user selects 0 to exit. In the...
You will write a program that loops until the user selects 0 to exit. In the loop the user interactively selects a menu choice to compress or decompress a file. There are three menu options: Option 0: allows the user to exit the program. Option 1: allows the user to compress the specified input file and store the result in an output file. Option 2: allows the user to decompress the specified input file and store the result in an...
can you please do this lab? use lunix or C program its a continuation of a...
can you please do this lab? use lunix or C program its a continuation of a previous lab. the previous lab: Unix lab 4: compile and link multiple c or c++ files Please do the following tasks step by step: create a new directory named by inlab4 enter directory inlab4 create a new file named by reverse.c with the following contents and then close the file: /*reverse.c */ #include <stdio.h> reverse(char *before, char *after); main() {       char str[100];    /*Buffer...
Please do the following in python: Write a program (twitter_sort.py) that merges and sorts two twitter...
Please do the following in python: Write a program (twitter_sort.py) that merges and sorts two twitter feeds. At a high level, your program is going to perform the following: Read in two files containing twitter feeds. Merge the twitter feeds in reverse chronological order (most recent first). Write the merged feeds to an output file. Provide some basic summary information about the files. The names of the files will be passed in to your program via command line arguments. Use...
python programming Question #4: # Years ago the Romans used a different system to represent numbers....
python programming Question #4: # Years ago the Romans used a different system to represent numbers. # Instead of using the digits (0, 1, 2, 3, 4, 5, 6, etc.), the Romans # formed numbers by joining combinations of the characters # (I, V, X, L, C, D, and M). # Roman Numeral characters and their integer values are: # I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, and M...
With the code given write python code that prints the probability of getting a flush when...
With the code given write python code that prints the probability of getting a flush when you run 10**5 trails. this is what i have so far but it says that isFlush is not defined. why? # Print out probability that a 5-card hand has all the same suit #seed(0) num_trials = 10**5 trials = [dealHand for k in range(num_trials)] # 5 card hand prob = sum([l for h in trials if isFlush(h)])/num_trials # sum the list of numbers that...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT
Active Questions
  • Answer to the questions based on your knowledge about positive psychology and happiness theory (PERMA-model; P+E+M)...
    asked 12 minutes ago
  • Are the solutions eBay is seeking to implement good solutions? Why or why not? Are there...
    asked 16 minutes ago
  • Algorithm’s complexity is measured on input size instead of input values. Please indicate the input size...
    asked 31 minutes ago
  • True or False: a) A substance with high vapor pressure will typically have lower boiling point...
    asked 36 minutes ago
  • According to Oluo, why is the myth of the “model minority” important to understand, acknowledge, and...
    asked 56 minutes ago
  • How do you perform a meta-analysis for 3 treatments for fractured collarbone of a child?
    asked 56 minutes ago
  • Which of the following is not true? Question 22 options: Bitcoin and other cryptocurrencies are a...
    asked 1 hour ago
  • You are trying to optimize the classical five-stage pipeline used in your company. The current pipeline...
    asked 1 hour ago
  • 13. The stock market return data follow a normal distribution (Bell-Shape Curve). If the average annual...
    asked 1 hour ago
  • Suppose I choose to model a symmetrical distribution with the normal distribution without deleting values below...
    asked 1 hour ago
  • Item 1 In the case below, the original source material is given along with a sample...
    asked 1 hour ago
  • Benzophenone, 4-methylbenzyl bromide, 2,4,6-tribromophenol 1.Draw the structure of each reference compound and rank them in the...
    asked 1 hour ago